| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected