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,
XamlParser.cs (1)
406 var t = GetElementType(xmltype, xmlInfo, currentAssembly, out XamlParseException xpe);
XamlServiceProvider.cs (3)
30 IXamlTypeResolver = new XamlTypeResolver(node.NamespaceResolver, XamlParser.GetElementType, context.RootAssembly); 198 : this(namespaceResolver, XamlParser.GetElementType, currentAssembly) 331 && XamlParser.GetElementType(parent.XmlType,