1 write to attrXml
System.Data (1)
fx\src\data\System\NewXml\XmlDataDocument.cs (1)
2347this.attrXml = CreateAttribute( "xmlns", "xml", XPathNodePointer.s_strReservedXmlns );
3 references to attrXml
System.Data (3)
fx\src\data\System\NewXml\XmlDataDocument.cs (1)
2348this.attrXml.Value = XPathNodePointer.s_strReservedXml;
fx\src\data\System\NewXml\XPathNodePointer.cs (2)
1378MoveTo( this._doc.attrXml, null, false ); 1467MoveTo( this._doc.attrXml, null, false );