7 overrides of MoveTo
System.Data.Common (1)
System\Xml\DataDocumentXPathNavigator.cs (1)
142public override bool MoveTo(XPathNavigator other)
System.Private.Xml (5)
System\Xml\Cache\XPathDocumentNavigator.cs (1)
469public override bool MoveTo(XPathNavigator other)
System\Xml\Dom\DocumentXPathNavigator.cs (1)
879public override bool MoveTo(XPathNavigator other)
System\Xml\XPath\XPathNavigatorReader.cs (1)
1302public override bool MoveTo(XPathNavigator other)
System\Xml\Xsl\Runtime\RtfNavigator.cs (2)
288public override bool MoveTo(XPathNavigator other) 399public override bool MoveTo(XPathNavigator other)
System.Private.Xml.Linq (1)
System\Xml\XPath\XNodeNavigator.cs (1)
311public override bool MoveTo(XPathNavigator navigator)
23 references to MoveTo
System.Private.Xml (23)
System\Xml\XPath\Internal\PrecedingQuery.cs (1)
57last.MoveTo(input);
System\Xml\XPath\Internal\Query.cs (1)
159if (!copy.MoveTo(r))
System\Xml\XPath\Internal\XPathAncestorQuery.cs (1)
41if (ancestor == null || !ancestor.MoveTo(input))
System\Xml\XPath\Internal\XPathSelectionIterator.cs (1)
41if (!_nav.MoveTo(n))
System\Xml\XPath\XPathNavigator.cs (9)
779MoveTo(navSave); 789MoveTo(navSave); 846MoveTo(navSave); 856MoveTo(navSave); 874MoveTo(navClone); 889MoveTo(navClone); 1638MoveTo(navClone); 1653MoveTo(navClone); 1688MoveTo(navSave);
System\Xml\XPath\XPathNavigatorReader.cs (4)
375_nav.MoveTo(nav); 654_nav.MoveTo(nav); 669_nav.MoveTo(prev); 672prev.MoveTo(nav);
System\Xml\Xsl\Runtime\TreeIterators.cs (3)
672_navCurrent.MoveTo(_navStack.Pop()); 798_navCurrent.MoveTo(_navStack.Pop()); 920_navCurrent.MoveTo(_navEnd);
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
1061if (navigatorThis == null || !navigatorThis.MoveTo(navigatorThat))
System\Xml\Xsl\XsltOld\ActionFrame.cs (2)
278nav.MoveTo(_nodeSet.Current); 301nav.MoveTo(_newNodeSet.Current);