2 references to Document
System.Data (2)
fx\src\data\System\NewXml\DataDocumentXPathNavigator.cs (2)
178if ( this._doc == otherDataDocXPathNav.Document && this._curNode.IsSamePosition(otherDataDocXPathNav.CurNode) ) 194if ( otherDataDocXPathNav == null || otherDataDocXPathNav.Document != this._doc )