12 overrides of MoveTo
SMDiagnostics (1)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (1)
503public override bool MoveTo(XPathNavigator other)
System.Data (1)
fx\src\data\System\NewXml\DataDocumentXPathNavigator.cs (1)
153public override bool MoveTo( XPathNavigator other ) {
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\RtfNavigator.cs (2)
267public override bool MoveTo(XPathNavigator other) { 368public override bool MoveTo(XPathNavigator other) {
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QuerySafeNavigator.cs (2)
477public override bool MoveTo(XPathNavigator other) 851public override bool MoveTo(XPathNavigator other)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (1)
648public override bool MoveTo(XPathNavigator nav)
System.Transactions (1)
System\Transactions\Trace\TraceXPathNavigator.cs (1)
227public override bool MoveTo(XPathNavigator other)
System.Xml (3)
System\Xml\Cache\XPathDocumentNavigator.cs (1)
424public override bool MoveTo(XPathNavigator other) {
System\Xml\Dom\DocumentXPathNavigator.cs (1)
730public override bool MoveTo(XPathNavigator other) {
System\Xml\XPath\XPathNavigatorReader.cs (1)
1129public override bool MoveTo(XPathNavigator other) {
System.Xml.Linq (1)
System\Xml\Linq\XNodeNavigator.cs (1)
281public override bool MoveTo(XPathNavigator navigator) {
26 references to MoveTo
System.Data.SqlXml (6)
System\Xml\Xsl\Runtime\TreeIterators.cs (3)
611this.navCurrent.MoveTo(this.navStack.Pop()); 724this.navCurrent.MoveTo(this.navStack.Pop()); 833this.navCurrent.MoveTo(this.navEnd);
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
993if (navigatorThis == null || !navigatorThis.MoveTo(navigatorThat))
System\Xml\Xsl\XsltOld\ActionFrame.cs (2)
242nav.MoveTo(this.nodeSet.Current); 261nav.MoveTo(this.newNodeSet.Current);
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QuerySafeNavigator.cs (3)
488return this.navigator.MoveTo(nav.navigator); 688this.navigator.MoveTo(this[value]); 856if (this.navigator.MoveTo(nav.navigator))
System.Xml (17)
System\Xml\XPath\Internal\PrecedingQuery.cs (1)
54last.MoveTo(input);
System\Xml\XPath\Internal\Query.cs (1)
150if (! copy.MoveTo(r)) {
System\Xml\XPath\Internal\XPathAncestorQuery.cs (1)
39if (ancestor == null || ! ancestor.MoveTo(input)) {
System\Xml\XPath\Internal\XPathSelectionIterator.cs (1)
42if (!nav.MoveTo(n)) {
System\Xml\XPath\XPathNavigator.cs (9)
694MoveTo(navSave); 703MoveTo(navSave); 752MoveTo(navSave); 761MoveTo(navSave); 777MoveTo(navClone); 790MoveTo(navClone); 1440MoveTo(navClone); 1453MoveTo(navClone); 1484MoveTo(navSave);
System\Xml\XPath\XPathNavigatorReader.cs (4)
331this.nav.MoveTo( nav ); 566this.nav.MoveTo(nav); 577this.nav.MoveTo(prev); 580prev.MoveTo( nav );