1 write to UntypedElement
System.Private.Xml (1)
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
412UntypedElement = new ItemType(XmlTypeCode.Element, XmlQualifiedNameTest.Wildcard, XmlSchemaComplexType.UntypedAnyType, false, false, true);
3 references to UntypedElement
System.Private.Xml (3)
System\Xml\Xsl\XmlQueryTypeFactory.cs (3)
233public static readonly XmlQueryType UntypedElement = ItemType.UntypedElement; 416s_specialBuiltInItemTypes = new XmlQueryType[4] { UntypedDocument, UntypedElement, UntypedAttribute, NodeNotRtf }; 472return UntypedElement;