1 type derived from DocumentXPathNodeIterator_AllElemChildren
System.Private.Xml (1)
System\Xml\Dom\DocumentXPathNavigator.cs (1)
2275internal sealed class DocumentXPathNodeIterator_AllElemChildren_AndSelf : DocumentXPathNodeIterator_AllElemChildren
2 instantiations of DocumentXPathNodeIterator_AllElemChildren
System.Private.Xml (2)
System\Xml\Dom\DocumentXPathNavigator.cs (2)
1487return new DocumentXPathNodeIterator_AllElemChildren(this); 2265return new DocumentXPathNodeIterator_AllElemChildren(this);
1 reference to DocumentXPathNodeIterator_AllElemChildren
System.Private.Xml (1)
System\Xml\Dom\DocumentXPathNavigator.cs (1)
2259internal DocumentXPathNodeIterator_AllElemChildren(DocumentXPathNodeIterator_AllElemChildren other) : base(other)