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