11 overrides of MoveToId
SMDiagnostics (1)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (1)
555public override bool MoveToId(string id)
System.Data (1)
fx\src\data\System\NewXml\DataDocumentXPathNavigator.cs (1)
169public override bool MoveToId( string id ) {
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\RtfNavigator.cs (1)
165public override bool MoveToId(string id) {
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QuerySafeNavigator.cs (2)
493public override bool MoveToId(string id) 866public override bool MoveToId(string id)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (1)
837public override bool MoveToId(string id)
System.Transactions (1)
System\Transactions\Trace\TraceXPathNavigator.cs (1)
273public override bool MoveToId(string id)
System.Xml (3)
System\Xml\Cache\XPathDocumentNavigator.cs (1)
439public override bool MoveToId(string id) {
System\Xml\Dom\DocumentXPathNavigator.cs (1)
742public override bool MoveToId(string id) {
System\Xml\XPath\XPathNavigatorReader.cs (1)
1096public override bool MoveToId(string id) {
System.Xml.Linq (1)
System\Xml\Linq\XNodeNavigator.cs (1)
435public override bool MoveToId(string id) {
4 references to MoveToId
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlIterators.cs (1)
46while (!this.navCurrent.MoveToId(this.idrefs[this.idx]));
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QuerySafeNavigator.cs (2)
496return this.navigator.MoveToId(id); 869return this.navigator.MoveToId(id);
System.Xml (1)
System\Xml\XPath\Internal\IdQuery.cs (1)
51if (contextNode.MoveToId(ids[idx])) {