Base:
property
Attributes
System.Xml.XmlElement.Attributes
7 references to Attributes
System.Data (7)
fx\src\data\System\NewXml\DataSetMappper.cs (3)
101foreach ( XmlAttribute a in elem.Attributes ) { 227int cAttrs = rowElem.Attributes.Count; 229XmlAttribute attr = rowElem.Attributes[iAttr];
fx\src\data\System\NewXml\XmlBoundElement.cs (1)
39get { return Attributes.Count > 0; }
fx\src\data\System\NewXml\XmlDataDocument.cs (2)
1333foreach( XmlAttribute attr in rowElement.Attributes ) { 2282foreach( XmlAttribute attr in rowElement.Attributes ) {
fx\src\data\System\NewXml\XPathNodePointer.cs (1)
1315XmlAttributeCollection attrs = be.Attributes;