3 references to CurNode
System.Data (3)
fx\src\data\System\NewXml\DataDocumentXPathNavigator.cs (3)
158if ( _curNode.MoveTo( otherDataDocXPathNav.CurNode ) ) { 178if ( this._doc == otherDataDocXPathNav.Document && this._curNode.IsSamePosition(otherDataDocXPathNav.CurNode) ) 197return this._curNode.ComparePosition( otherDataDocXPathNav.CurNode );