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