MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / GetXamlType

Method GetXamlType

Xaml/App.base.hpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 using IXamlType = wux::Markup::IXamlType;
10
11 IXamlType GetXamlType(const wux::Interop::TypeName &type)
12 {
13 return AppProvider()->GetXamlType(type);
14 }
15
16 IXamlType GetXamlType(const hstring &fullName)
17 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected