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