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