1 write to _doc
System.Data (1)
fx\src\data\System\NewXml\XPathNodePointer.cs (1)
117
this.
_doc
= doc;
43 references to _doc
System.Data (43)
fx\src\data\System\NewXml\XPathNodePointer.cs (43)
78
node = this.
_doc
.SafeNextSibling(node);
111
: this ( owner, pointer.
_doc
, pointer._node, pointer._column, pointer._fOnValue, pointer._parentOfNS ) {
123
this.
_doc
.AddPointer( (IXmlDataVirtualNode)this );
195
return
_doc
.NameTable.Add(_column.EncodedColumnName);
225
return
_doc
.NameTable.Add(_column.EncodedColumnName);
251
return
_doc
.NameTable.Add(_column.Namespace);
288
XmlNode n =
_doc
.SafeNextSibling(this._node);
291
n =
_doc
.SafeNextSibling(n);
403
_doc
.Mapper.GetRegion( this._node, out rowElem );
424
if ( this.
_doc
!= pointer.
_doc
)
447
Debug.Assert( node == this.
_doc
|| node.OwnerDocument == this.
_doc
);
458
Debug.Assert( node == this.
_doc
|| node.OwnerDocument == this.
_doc
);
520
if (!
_doc
.IsNotMapped( c ) && (c.ColumnMapping == MappingType.Attribute) == fAttribute && ! Convert.IsDBNull( row[c, rowVersion] ) )
540
if (!
_doc
.IsNotMapped( c ) && (c.ColumnMapping == MappingType.Attribute) == fAttribute && !Convert.IsDBNull( row[c, rowVersion] ) )
683
MoveTo( this._node, c,
_doc
.IsTextOnly(c));
688
XmlNode n =
_doc
.SafeFirstChild( _node );
702
n =
_doc
.SafeNextSibling(n);
726
MoveTo( _node, c,
_doc
.IsTextOnly(c) );
740
n =
_doc
.SafePreviousSibling( n );
752
MoveTo( parent, c,
_doc
.IsTextOnly(c) );
785
MoveTo( _node, c,
_doc
.IsTextOnly( c ) );
792
XmlNode n =
_doc
.SafeFirstChild( parent );
798
n =
_doc
.SafeNextSibling( n );
828
XmlNode n =
_doc
.SafeFirstChild( _node );
832
n =
_doc
.SafeNextSibling( n );
860
MoveTo( _node, c,
_doc
.IsTextOnly(c) );
867
XmlNode n =
_doc
.SafeFirstChild( _node );
873
n =
_doc
.SafeNextSibling( n );
891
if (_fOnValue && !
_doc
.IsTextOnly(_column)) {
948
return ( pointer.
_doc
== this.
_doc
1115
bool wasFoliationEnabled = this.
_doc
.IsFoliationEnabled;
1116
this.
_doc
.IsFoliationEnabled = true;
1117
this.
_doc
.Foliate( rowElem, ElementState.StrongFoliation );
1118
this.
_doc
.IsFoliationEnabled = wasFoliationEnabled;
1160
if (
_doc
.IsTextOnly( _column ))
1378
MoveTo( this.
_doc
.attrXml, null, false );
1467
MoveTo( this.
_doc
.attrXml, null, false );
1477
this.
_doc
.AssertPointerPresent( this );
1500
internal XmlDataDocument Document { get { return
_doc
; } }