6 references to MoveToNonDescendant
System.Xml (6)
System\Xml\Cache\XPathDocumentIterator.cs (2)
169this.end.MoveToNonDescendant(); 230this.end.MoveToNonDescendant();
System\Xml\Dom\DocumentXPathNavigator.cs (2)
806if (!that.MoveToNonDescendant()) { 866if (!that.MoveToNonDescendant()) {
System\Xml\XPath\XPathNavigator.cs (2)
671end.MoveToNonDescendant(); 729end.MoveToNonDescendant();