1 instantiation of XmlAttributeCollection
System.Xml (1)
System\Xml\Dom\XmlElement.cs (1)
205attributes = new XmlAttributeCollection(this);
49 references to XmlAttributeCollection
System.Configuration (1)
System\Configuration\RuntimeConfigurationRecord.cs (1)
200XmlAttributeCollection attributes = xmlNode.Attributes;
System.Data (8)
fx\src\data\System\Data\XDRSchema.cs (2)
534XmlAttributeCollection attrs = node.Attributes; 619XmlAttributeCollection attrs = node.Attributes;
fx\src\data\System\Data\XMLSchema.cs (2)
38internal static void SetProperties(Object instance, XmlAttributeCollection attrs) { 342private static void SetExtProperties(Object instance, XmlAttributeCollection attrs) {
fx\src\data\System\NewXml\XmlBoundElement.cs (1)
31public override XmlAttributeCollection Attributes {
fx\src\data\System\NewXml\XPathNodePointer.cs (3)
605XmlAttributeCollection attrs = _node.Attributes; 614XmlAttributeCollection attrs = ((XmlAttribute)_node).OwnerElement.Attributes; 1315XmlAttributeCollection attrs = be.Attributes;
System.Web (5)
Configuration\BrowserDefinition.cs (1)
537XmlAttributeCollection nodeAttributes = child.Attributes;
UI\WebControls\XmlDataSourceNodeDescriptor.cs (2)
82XmlAttributeCollection attrs = _node.Attributes; 138XmlAttributeCollection attrs = node._node.Attributes;
UI\WebControls\XmlHierarchyData.cs (2)
175XmlAttributeCollection attrs = _item.Attributes; 234XmlAttributeCollection attrs = data._item.Attributes;
System.Web.Mobile (1)
UI\MobileControls\MobileControlsSectionHandler.cs (1)
37XmlAttributeCollection attributes = input.Attributes;
System.Windows.Forms (2)
parent\parent\parent\public\Internal\NDP\Inc\mansign.cs (1)
572XmlAttributeCollection asmIdAttrs = assemblyIdentity.Attributes;
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (1)
1175XmlAttributeCollection asmIdAttrs = assemblyIdentity.Attributes;
System.Xml (32)
System\Xml\Dom\DocumentSchemaValidator.cs (4)
169XmlAttributeCollection attrs = elem.Attributes; 304XmlAttributeCollection attributes = elementNode.Attributes; 354XmlAttributeCollection attributes = elementNode.Attributes; 606XmlAttributeCollection attributes = elementNode.Attributes;
System\Xml\Dom\DocumentXmlWriter.cs (1)
360XmlAttributeCollection attrs = elem.Attributes;
System\Xml\Dom\DocumentXPathNavigator.cs (15)
227XmlAttributeCollection attributes = element.Attributes; 247XmlAttributeCollection attributes = element.Attributes; 270XmlAttributeCollection attributes = element.Attributes; 289XmlAttributeCollection attributes; 391XmlAttributeCollection attributes; 441private static bool MoveToFirstNamespaceLocal(XmlAttributeCollection attributes, ref int index) { 453private static bool MoveToFirstNamespaceGlobal(ref XmlAttributeCollection attributes, ref int index) { 478XmlAttributeCollection attributes; 535private static bool MoveToNextNamespaceLocal(XmlAttributeCollection attributes, ref int index) { 548private static bool MoveToNextNamespaceGlobal(ref XmlAttributeCollection attributes, ref int index) { 1087XmlAttributeCollection attributes = element.Attributes; 1477XmlAttributeCollection attributes; 1521XmlAttributeCollection attributes = elements[i].Attributes; 1549private static bool ResetAttributePosition(XmlAttribute attribute, XmlAttributeCollection attributes, out int index) { 1562private static bool CheckAttributePosition(XmlAttribute attribute, out XmlAttributeCollection attributes, int index) {
System\Xml\Dom\XmlElement.cs (3)
19XmlAttributeCollection attributes; 200public override XmlAttributeCollection Attributes { 430XmlAttributeCollection attrs = Attributes;
System\Xml\Dom\XmlLoader.cs (3)
102XmlAttributeCollection attributes = element.Attributes; 415XmlAttributeCollection attributes = element.Attributes; 704XmlAttributeCollection attrs = elem.Attributes;
System\Xml\Dom\XmlNode.cs (3)
143public virtual XmlAttributeCollection Attributes { 927XmlAttributeCollection attrs = elem.Attributes; 992XmlAttributeCollection attrs = elem.Attributes;
System\Xml\Dom\XmlNodeReader.cs (2)
810XmlAttributeCollection attrs = elem.Attributes; 849XmlAttributeCollection attrs = elem.Attributes;
System\Xml\Schema\Parser.cs (1)
307XmlAttributeCollection attributes = element.Attributes;