1 write to _owner
System.Data (1)
fx\src\data\System\NewXml\XPathNodePointer.cs (1)
116this._owner = new WeakReference( owner );
3 references to _owner
System.Data (3)
fx\src\data\System\NewXml\XPathNodePointer.cs (3)
957XPathNodePointer xp1 = this.Clone((DataDocumentXPathNavigator)(this._owner.Target)); 958XPathNodePointer xp2 = other.Clone((DataDocumentXPathNavigator)(other._owner.Target)); 1504return _owner.IsAlive;