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