6 references to GetElementType
Microsoft.Maui.Controls.Xaml (6)
ApplyPropertiesVisitor.cs (1)
308
elementType = XamlParser.
GetElementType
(new XmlType(namespaceURI, typename, null), lineInfo,
CreateValuesVisitor.cs (1)
51
var type = XamlParser.
GetElementType
(node.XmlType, node, Context.RootElement?.GetType().Assembly, true,
XamlParser.cs (1)
407
var t =
GetElementType
(xmltype, xmlInfo, currentAssembly, true, out XamlParseException xpe);
XamlServiceProvider.cs (3)
30
IXamlTypeResolver = new XamlTypeResolver(node.NamespaceResolver, XamlParser.
GetElementType
, context.RootAssembly);
198
: this(namespaceResolver, XamlParser.
GetElementType
, currentAssembly)
335
&& XamlParser.
GetElementType
(parent.XmlType,