1 type derived from DocumentXPathNodeIterator_AllElemChildren
System.Xml (1)
System\Xml\Dom\DocumentXPathNavigator.cs (1)
1891internal sealed class DocumentXPathNodeIterator_AllElemChildren_AndSelf : DocumentXPathNodeIterator_AllElemChildren {
2 instantiations of DocumentXPathNodeIterator_AllElemChildren
System.Xml (2)
System\Xml\Dom\DocumentXPathNavigator.cs (2)
1228return new DocumentXPathNodeIterator_AllElemChildren( this ); 1882return new DocumentXPathNodeIterator_AllElemChildren( this );
1 reference to DocumentXPathNodeIterator_AllElemChildren
System.Xml (1)
System\Xml\Dom\DocumentXPathNavigator.cs (1)
1878internal DocumentXPathNodeIterator_AllElemChildren( DocumentXPathNodeIterator_AllElemChildren other ) : base( other ) {