2 instantiations of DataDocumentXPathNavigator
System.Data (2)
fx\src\data\System\NewXml\DataDocumentXPathNavigator.cs (1)
30return new DataDocumentXPathNavigator( this );
fx\src\data\System\NewXml\XmlDataDocument.cs (1)
2680return new DataDocumentXPathNavigator( this, node );
13 references to DataDocumentXPathNavigator
System.Data (13)
fx\src\data\System\NewXml\DataDocumentXPathNavigator.cs (7)
24private DataDocumentXPathNavigator( DataDocumentXPathNavigator other ) { 156DataDocumentXPathNavigator otherDataDocXPathNav = other as DataDocumentXPathNavigator; 176DataDocumentXPathNavigator otherDataDocXPathNav = other as DataDocumentXPathNavigator; 192DataDocumentXPathNavigator otherDataDocXPathNav = other as DataDocumentXPathNavigator;
fx\src\data\System\NewXml\XPathNodePointer.cs (6)
106internal XPathNodePointer( DataDocumentXPathNavigator owner, XmlDataDocument doc, XmlNode node ) 110internal XPathNodePointer( DataDocumentXPathNavigator owner, XPathNodePointer pointer ) 114private XPathNodePointer( DataDocumentXPathNavigator owner, XmlDataDocument doc, XmlNode node, DataColumn c, bool bOnValue, XmlBoundElement parentOfNS ) { 128internal XPathNodePointer Clone( DataDocumentXPathNavigator owner ){ 957XPathNodePointer xp1 = this.Clone((DataDocumentXPathNavigator)(this._owner.Target)); 958XPathNodePointer xp2 = other.Clone((DataDocumentXPathNavigator)(other._owner.Target));