4 instantiations of DataPointer
System.Data (4)
fx\src\data\System\NewXml\XmlBoundElement.cs (2)
204
DataPointer dp = new
DataPointer
( (XmlDataDocument)OwnerDocument, this );
215
DataPointer dp = new
DataPointer
( (XmlDataDocument)OwnerDocument, this );
fx\src\data\System\NewXml\XmlDataDocument.cs (2)
898
DataPointer dp = new
DataPointer
( other );
934
DataPointer dp = new
DataPointer
( this, this );
13 references to DataPointer
System.Data (13)
fx\src\data\System\NewXml\DataPointer.cs (2)
32
internal DataPointer(
DataPointer
pointer ) {
80
internal void MoveTo(
DataPointer
pointer ) {
fx\src\data\System\NewXml\XmlBoundElement.cs (6)
204
DataPointer
dp = new DataPointer( (XmlDataDocument)OwnerDocument, this );
215
DataPointer
dp = new DataPointer( (XmlDataDocument)OwnerDocument, this );
225
private void WriteRootBoundElementTo(
DataPointer
dp, XmlWriter w) {
254
private static void WriteBoundElementTo(
DataPointer
dp, XmlWriter w ) {
275
private static void WriteBoundElementContentTo(
DataPointer
dp, XmlWriter w ) {
286
private static void WriteTo(
DataPointer
dp, XmlWriter w ) {
fx\src\data\System\NewXml\XmlDataDocument.cs (5)
855
internal XmlNode CloneTree(
DataPointer
other ) {
890
private XmlNode CloneTreeInternal(
DataPointer
other ) {
898
DataPointer
dp = new DataPointer( other );
934
DataPointer
dp = new DataPointer( this, this );
954
private XmlNode CloneNode(
DataPointer
dp ) {