1 override of Attributes
System.Xml (1)
System\Xml\Dom\XmlElement.cs (1)
200
public override XmlAttributeCollection
Attributes
{
133 references to Attributes
ComSvcConfig (2)
EndpointConfigContainer.cs (2)
783
if (IsValidVersion(xmlNodeS.
Attributes
.GetNamedItem("version").Value))
792
string requiredVersion = requiredRuntime.
Attributes
.GetNamedItem("version").Value;
System.Configuration (1)
System\Configuration\RuntimeConfigurationRecord.cs (1)
200
XmlAttributeCollection attributes = xmlNode.
Attributes
;
System.Data (16)
fx\src\data\System\Data\Common\AdapterUtil.cs (1)
744
return Configuration(Res.GetString(Res.ConfigUnrecognizedAttributes, node.
Attributes
[0].Name), node);
fx\src\data\System\Data\Common\DbProviderConfigurationHandler.cs (1)
123
XmlNode attribute = node.
Attributes
.RemoveNamedItem(name);
fx\src\data\System\Data\Common\HandlerBase.cs (2)
31
if (0 != node.
Attributes
.Count) {
46
XmlNode attribute = node.
Attributes
.RemoveNamedItem(name);
fx\src\data\System\Data\XmlDataLoader.cs (3)
120
for (int i = 0; i < node.
Attributes
.Count; i++) {
121
XmlAttribute attr = node.
Attributes
[i];
122
if (!FExcludedNamespace(node.
Attributes
[i].NamespaceURI))
fx\src\data\System\NewXml\DataPointer.cs (3)
276
return node.
Attributes
.Count;
298
XmlNode n = node.
Attributes
.Item(i);
535
n = node.
Attributes
.GetNamedItem( column.EncodedColumnName, column.Namespace );
fx\src\data\System\NewXml\XmlDataDocument.cs (1)
906
newNode.
Attributes
.Append( (XmlAttribute)CloneTreeInternal(dp) );
fx\src\data\System\NewXml\XPathNodePointer.cs (5)
495
foreach ( XmlAttribute attr in _node.
Attributes
) {
567
Debug.Assert( _node.
Attributes
!= null );
568
XmlNode n = _node.
Attributes
.GetNamedItem(localName, namespaceURI);
605
XmlAttributeCollection attrs = _node.
Attributes
;
1164
n = _node.
Attributes
.GetNamedItem( _column.EncodedColumnName, _column.Namespace );
System.Data.Entity.Design (2)
System\Data\Entity\Design\EntityDesignerUtils.cs (2)
103
foreach (XmlAttribute a in propertyNode.
Attributes
)
108
foreach (XmlAttribute a2 in propertyNode.
Attributes
)
System.Data.Services.Design (4)
System\Data\EntityModel\DataServiceBuildProvider.cs (4)
441
string edmxSchemaFileName = node.
Attributes
["FileName"].Value;
442
string metadataType = node.
Attributes
["MetadataType"].Value;
475
XmlAttribute nameAttribute = p.
Attributes
["Name"];
476
XmlAttribute valueAttribute = p.
Attributes
["Value"];
System.Runtime.Serialization (4)
System\Runtime\Serialization\ExtensionDataReader.cs (1)
625
wrapperElement.
Attributes
.Append(xmlAttr);
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (3)
998
childNode.
Attributes
.Append(AddNamespaceDeclaration(attributesInXmlData.XsiTypePrefix, attributesInXmlData.XsiTypeNamespace));
1000
childNode.
Attributes
.Append(AddNamespaceDeclaration(attributesInXmlData.FactoryTypePrefix, attributesInXmlData.FactoryTypeNamespace));
1054
wrapperElement.
Attributes
.Append((XmlAttribute)xmlAttributes[i]);
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableSessionBindingElementImporter.cs (1)
244
XmlAttribute millisecondsAttribute = wsrmNode.
Attributes
[ReliableSessionPolicyStrings.Milliseconds];
System.Web (15)
Compilation\PreservationFileReader.cs (2)
183
Debug.Assert(dependenciesNode.
Attributes
.Count == 0);
218
Debug.Assert(dependencyNode.
Attributes
.Count == 0);
Configuration\BrowserDefinition.cs (1)
537
XmlAttributeCollection nodeAttributes = child.
Attributes
;
Configuration\HandlerBase.cs (7)
34
XmlNode a = node.
Attributes
.RemoveNamedItem(attrib);
161
XmlAttribute attr = node.
Attributes
[attrib];
170
if (node.
Attributes
.Count != 0) {
172
SR.GetString(SR.Config_base_unrecognized_attribute, node.
Attributes
[0].Name),
173
node.
Attributes
[0]);
185
XmlNode attribute = node.
Attributes
.RemoveNamedItem(name);
200
XmlNode attribute = node.
Attributes
.RemoveNamedItem(name);
UI\WebControls\XmlDataSourceNodeDescriptor.cs (2)
82
XmlAttributeCollection attrs = _node.
Attributes
;
138
XmlAttributeCollection attrs = node._node.
Attributes
;
UI\WebControls\XmlHierarchyData.cs (2)
175
XmlAttributeCollection attrs = _item.
Attributes
;
234
XmlAttributeCollection attrs = data._item.
Attributes
;
XmlSiteMapProvider.cs (1)
798
foreach (XmlAttribute attribute in xmlNode.
Attributes
) {
System.Web.DataVisualization (16)
Common\Utilities\XmlSerializer.cs (16)
1498
xmlNode.
Attributes
.Append(attrib);
1612
xmlNode.
Attributes
.Append(attrib);
1618
xmlNode.
Attributes
.Append(attrib);
1624
xmlNode.
Attributes
.Append(attrib);
1637
xmlNode.
Attributes
.Append(attrib);
1650
xmlNode.
Attributes
.Append(attrib);
1746
xmlParentNode.
Attributes
.Append(attrib);
1829
(currentNode.
Attributes
== null ||
1830
currentNode.
Attributes
.Count == 0))
1842
currentNode.
Attributes
.Count == 1 &&
1843
currentNode.
Attributes
["_Template_"] != null)
2006
foreach(XmlAttribute attr in xmlParentNode.
Attributes
)
2029
xmlParentNode.FirstChild.
Attributes
["_Template_"] != null)
2041
string templateString = childNode.
Attributes
["_Template_"].Value;
2097
if (childNode.
Attributes
["Name"] != null)
2099
itemName = childNode.
Attributes
["Name"].Value;
System.Web.Mobile (43)
Mobile\ConfigurationSectionHelper.cs (3)
37
XmlNode attibuteNode = _currentNode.
Attributes
.RemoveNamedItem(attributeName);
134
if(_currentNode.
Attributes
.Count != 0)
137
_currentNode.
Attributes
[0].Name);
UI\MobileControls\Design\Util\WebConfigManager.cs (39)
131
if (childNode.
Attributes
["name"] == null ||
132
childNode.
Attributes
["name"].Value == null ||
133
childNode.
Attributes
["name"].Value.Length == 0)
138
String filterName = childNode.
Attributes
["name"].Value;
263
Debug.Assert(_xmlNode.
Attributes
!= null);
265
if (_xmlNode.
Attributes
["type"] != null)
269
_xmlNode.
Attributes
["argument"] == null && _xmlNode.
Attributes
["compare"] == null,
278
_xmlNode.
Attributes
["type"] == null && _xmlNode.
Attributes
["method"] == null,
283
_name = _xmlNode.
Attributes
["name"] == null?
284
null : _xmlNode.
Attributes
["name"].Value;
286
_compare = _xmlNode.
Attributes
["compare"] == null?
287
null : _xmlNode.
Attributes
["compare"].Value;
289
_argument = _xmlNode.
Attributes
["argument"] == null?
290
null : _xmlNode.
Attributes
["argument"].Value;
292
_type = _xmlNode.
Attributes
["type"] == null?
293
null : _xmlNode.
Attributes
["type"].Value;
295
_method = _xmlNode.
Attributes
["method"] == null?
296
null : _xmlNode.
Attributes
["method"].Value;
313
if (_xmlNode.
Attributes
["name"] == null)
315
_xmlNode.
Attributes
.Append(_webConfig.Document.CreateAttribute("name"));
317
_xmlNode.
Attributes
["name"].Value = Name;
323
_xmlNode.
Attributes
.RemoveNamedItem("type");
324
_xmlNode.
Attributes
.RemoveNamedItem("method");
326
if (_xmlNode.
Attributes
["compare"] == null)
328
_xmlNode.
Attributes
.Append(_webConfig.Document.CreateAttribute("compare"));
330
_xmlNode.
Attributes
["compare"].Value = Compare;
332
if (_xmlNode.
Attributes
["argument"] == null)
334
_xmlNode.
Attributes
.Append(_webConfig.Document.CreateAttribute("argument"));
336
_xmlNode.
Attributes
["argument"].Value = Argument;
343
_xmlNode.
Attributes
.RemoveNamedItem("compare");
344
_xmlNode.
Attributes
.RemoveNamedItem("argument");
346
if (_xmlNode.
Attributes
["type"] == null)
348
_xmlNode.
Attributes
.Append(_webConfig.Document.CreateAttribute("type"));
350
_xmlNode.
Attributes
["type"].Value = Type;
352
if (_xmlNode.
Attributes
["method"] == null)
354
_xmlNode.
Attributes
.Append(_webConfig.Document.CreateAttribute("method"));
356
_xmlNode.
Attributes
["method"].Value = Method;
UI\MobileControls\MobileControlsSectionHandler.cs (1)
37
XmlAttributeCollection attributes = input.
Attributes
;
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TableLayoutSettingsTypeConverter.cs (1)
138
XmlAttribute attr = node.
Attributes
[attribute];
System.Windows.Forms.DataVisualization (16)
Common\Utilities\XmlSerializer.cs (16)
1498
xmlNode.
Attributes
.Append(attrib);
1612
xmlNode.
Attributes
.Append(attrib);
1618
xmlNode.
Attributes
.Append(attrib);
1624
xmlNode.
Attributes
.Append(attrib);
1637
xmlNode.
Attributes
.Append(attrib);
1650
xmlNode.
Attributes
.Append(attrib);
1746
xmlParentNode.
Attributes
.Append(attrib);
1829
(currentNode.
Attributes
== null ||
1830
currentNode.
Attributes
.Count == 0))
1842
currentNode.
Attributes
.Count == 1 &&
1843
currentNode.
Attributes
["_Template_"] != null)
2006
foreach(XmlAttribute attr in xmlParentNode.
Attributes
)
2029
xmlParentNode.FirstChild.
Attributes
["_Template_"] != null)
2041
string templateString = childNode.
Attributes
["_Template_"].Value;
2097
if (childNode.
Attributes
["Name"] != null)
2099
itemName = childNode.
Attributes
["Name"].Value;
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\Configuration.cs (1)
33
XmlAttribute versionAttribute = targetFx.
Attributes
.GetNamedItem(TargetFxVersionAttribute) as XmlAttribute;
System.Xml (9)
System\Xml\Dom\XmlDocument.cs (4)
856
int cAttr = fromElem.
Attributes
.Count;
858
if ( fromElem.
Attributes
[iAttr].Specified )
859
toElem.
Attributes
.SetNamedItem( ImportNodeInternal( fromElem.
Attributes
[iAttr], true ) );
System\Xml\Dom\XmlNodeReader.cs (5)
298
return elemNode.
Attributes
.Count;
632
if( attrIndex >= ( elemNode.
Attributes
.Count-1 ) )
635
curNode = elemNode.
Attributes
[++attrIndex];
639
if ( curNode.
Attributes
.Count > 0 ) {
642
curNode = curNode.
Attributes
[0];
WindowsBase (2)
Base\MS\Internal\IO\Packaging\XmlSignatureManifest.cs (2)
691
relationshipNode.
Attributes
.Append(idAttr);
700
relationshipNode.
Attributes
.Append(typeAttr);