Base:
property
Attributes
System.Xml.XmlNode.Attributes
1 override of Attributes
System.Data (1)
fx\src\data\System\NewXml\XmlBoundElement.cs (1)
31
public override XmlAttributeCollection
Attributes
{
146 references to Attributes
PresentationFramework (4)
src\Framework\MS\Internal\Annotations\Component\HighlightComponent.cs (4)
514
if (content.
Attributes
[BackgroundAttributeName] != null)
515
backgroundColor = GetColor(content.
Attributes
[BackgroundAttributeName].Value);
516
if (content.
Attributes
[ActiveBackgroundAttributeName] != null)
517
activeBackgroundColor = GetColor(content.
Attributes
[ActiveBackgroundAttributeName].Value);
System.Data (16)
fx\src\data\System\Data\XDRSchema.cs (9)
332
if (node.
Attributes
.Count > 0) {
419
SetProperties(column, node.
Attributes
); // xmlschema.SetProperties will skipp setting expressions
426
if (node.
Attributes
!= null) {
427
for (int i = 0; i < node.
Attributes
.Count; i++) {
428
if (node.
Attributes
[i].NamespaceURI == Keywords.MSDNS) {
429
if (node.
Attributes
[i].LocalName == "Expression"){
430
column.Expression = node.
Attributes
[i].Value;
534
XmlAttributeCollection attrs = node.
Attributes
;
619
XmlAttributeCollection attrs = node.
Attributes
;
fx\src\data\System\Data\XmlDataLoader.cs (3)
415
foreach( XmlAttribute attr in rowElement.
Attributes
) {
512
foreach( XmlAttribute attr in topMostNode.
Attributes
) {
686
foreach( XmlAttribute attr in topMostNode.
Attributes
) {
fx\src\data\System\Data\XMLSchema.cs (1)
440
SetExtProperties(relation, node.
Attributes
);
fx\src\data\System\NewXml\XmlBoundElement.cs (1)
34
return base.
Attributes
;
fx\src\data\System\NewXml\XmlDataDocument.cs (1)
1336
attr.OwnerElement.
Attributes
.Remove( attr );
fx\src\data\System\NewXml\XPathNodePointer.cs (1)
614
XmlAttributeCollection attrs = ((XmlAttribute)_node).OwnerElement.
Attributes
;
System.IdentityModel (15)
System\IdentityModel\Tokens\ConfigurationBasedIssuerNameRegistry.cs (6)
79
var thumbprintAttribute = childElement.
Attributes
.GetNamedItem(ConfigurationStrings.Thumbprint);
80
var nameAttribute = childElement.
Attributes
.GetNamedItem(ConfigurationStrings.Name);
82
if (childElement.
Attributes
.Count > 2 || thumbprintAttribute == null)
99
if (childElement.
Attributes
.Count != 1 || !StringComparer.Ordinal.Equals(childElement.
Attributes
[0].LocalName, ConfigurationStrings.Thumbprint))
108
string thumbprint = childElement.
Attributes
.GetNamedItem(ConfigurationStrings.Thumbprint).Value;
System\IdentityModel\Tokens\SamlSecurityTokenRequirement.cs (7)
67
foreach (XmlAttribute attribute in element.
Attributes
)
177
if (childElement.
Attributes
.Count != 1 || !StringComparer.Ordinal.Equals(childElement.
Attributes
[0].LocalName, ConfigurationStrings.Value))
181
this.NameClaimType = childElement.
Attributes
[0].Value;
185
if (childElement.
Attributes
.Count != 1 || !StringComparer.Ordinal.Equals(childElement.
Attributes
[0].LocalName, ConfigurationStrings.Value))
189
this.RoleClaimType = childElement.
Attributes
[0].Value;
System\IdentityModel\Tokens\SessionSecurityTokenHandler.cs (1)
119
foreach (XmlAttribute attribute in customConfigElement.
Attributes
)
System\IdentityModel\Tokens\X509SecurityTokenHandler.cs (1)
119
foreach (XmlAttribute attribute in customConfigElement.
Attributes
)
System.Runtime.Serialization (14)
System\Runtime\Serialization\SchemaExporter.cs (7)
231
defaultValueElement.
Attributes
.Append(emitDefaultValueAttribute);
247
actualTypeElement.
Attributes
.Append(nameAttribute);
251
actualTypeElement.
Attributes
.Append(nsAttribute);
305
typeElement.
Attributes
.Append(nameAttribute);
309
typeElement.
Attributes
.Append(nsAttribute);
324
argumentElement.
Attributes
.Append(nestedLevelAttribute);
334
typeElement.
Attributes
.Append(typeNestedLevelsAttribute);
System\Runtime\Serialization\SchemaImporter.cs (7)
1039
XmlNode emitDefaultValueAttribute = defaultValueElement.
Attributes
.GetNamedItem(Globals.EmitDefaultValueAttribute);
1052
XmlNode nameAttribute = actualTypeElement.
Attributes
.GetNamedItem(Globals.ActualTypeNameAttribute);
1056
XmlNode nsAttribute = actualTypeElement.
Attributes
.GetNamedItem(Globals.ActualTypeNamespaceAttribute);
1298
XmlNode nameAttribute = typeElement.
Attributes
.GetNamedItem(Globals.GenericNameAttribute);
1302
XmlNode nsAttribute = typeElement.
Attributes
.GetNamedItem(Globals.GenericNamespaceAttribute);
1319
XmlNode nestedLevelAttribute = argumentElement.
Attributes
.GetNamedItem(Globals.GenericParameterNestedLevelAttribute);
1333
XmlNode typeNestedLevelsAttribute = typeElement.
Attributes
.GetNamedItem(Globals.GenericParameterNestedLevelAttribute);
System.ServiceModel (25)
System\ServiceModel\Channels\ContextBindingElementPolicy.cs (1)
66
assertion.
Attributes
.Append(protectionLevelAttribute);
System\ServiceModel\Channels\TransactionFlowBindingElement.cs (2)
382
result.
Attributes
.Append(attr);
391
result.
Attributes
.Append(attrLegacy);
System\ServiceModel\Description\SoapHelper.cs (3)
116
fault.
Attributes
.Append(CreateLocalAttribute("name", name));
117
fault.
Attributes
.Append(CreateLocalAttribute("use", isEncoded ? "encoded" : "literal"));
394
foreach (XmlAttribute attribute in src.
Attributes
)
System\ServiceModel\Description\WsdlExporter.cs (1)
818
policyReferenceElement.
Attributes
.Append(uriAttribute);
System\ServiceModel\Description\WsdlHelper.cs (2)
160
XmlNode policyId = policyElement.
Attributes
.GetNamedItem(MetadataStrings.Wsu.Attributes.Id, MetadataStrings.Wsu.NamespaceUri);
198
XmlNode policyReference = policyReferenceElement.
Attributes
.GetNamedItem(MetadataStrings.WSPolicy.Attributes.URI);
System\ServiceModel\Description\WsdlImporter.cs (5)
1341
wsdlBindingQName = new XmlQualifiedName(policy.
Attributes
[bindingAttrName].Value, policy.
Attributes
[bindingAttrNamespace].Value);
1479
workaroundElement.
Attributes
.Append(bindingName);
1483
workaroundElement.
Attributes
.Append(bindingNamespace);
1485
workaroundElement.
Attributes
.Append(bindingNamespace);
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (3)
344
element.
Attributes
.Append(attr);
349
element.
Attributes
.Append(attr);
855
XmlNode claimType = claimTypeElement.
Attributes
.GetNamedItem("Uri");
System\ServiceModel\Security\WSTrust.cs (7)
252
for (int i = 0; i < rstXml.
Attributes
.Count; ++i)
254
XmlAttribute attr = rstXml.
Attributes
[i];
347
for (int i = 0; i < rstrXml.
Attributes
.Count; ++i)
349
XmlAttribute attr = rstrXml.
Attributes
[i];
848
if (elem.
Attributes
!= null)
850
for (int i = 0; i < elem.
Attributes
.Count; ++i)
852
XmlAttribute attr = elem.
Attributes
[i];
System\ServiceModel\Security\WSTrustDec2005.cs (1)
105
result.
Attributes
.Append(dialectAttribute);
System.Web.Extensions (4)
Compilation\WCFModel\SchemaMerger.cs (2)
493
if (!CompareXmlAttributeCollections(element1.
Attributes
, element2.
Attributes
, out differentAttribute1, out differentAttribute2))
Script\Services\WebServiceTypeData.cs (2)
260
XmlNode nameAttribute = actualTypeElement.
Attributes
.GetNamedItem(ActualTypeNameAttribute);
265
XmlNode nsAttribute = actualTypeElement.
Attributes
.GetNamedItem(ActualTypeNamespaceAttribute);
System.Web.Services (4)
System\Web\Services\Description\ServiceDescription.cs (2)
1558
XmlAttribute requiredAttr = element.
Attributes
["required", ServiceDescription.Namespace];
1560
requiredAttr = element.
Attributes
["required"];
System\Web\Services\Protocols\SoapServerProtocol.cs (2)
851
envelopeElement.
Attributes
.Append(qnameAttr);
852
envelopeElement.
Attributes
.Append(xmlnsAttr);
System.Windows.Forms (6)
parent\parent\parent\public\Internal\NDP\Inc\mansign.cs (3)
572
XmlAttributeCollection asmIdAttrs = assemblyIdentity.
Attributes
;
574
if (asmIdAttrs.Count == 0 || asmIdAttrs.Count != principal.
Attributes
.Count) {
950
foreach (XmlAttribute attribute in principal.
Attributes
) {
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (3)
1175
XmlAttributeCollection asmIdAttrs = assemblyIdentity.
Attributes
;
1177
if (asmIdAttrs.Count == 0 || asmIdAttrs.Count != principal.
Attributes
.Count)
1685
foreach (XmlAttribute attribute in principal.
Attributes
)
System.Xml (50)
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 (2)
360
XmlAttributeCollection attrs = elem.
Attributes
;
424
elem.
Attributes
.Append(attr);
System\Xml\Dom\DocumentXPathNavigator.cs (12)
227
XmlAttributeCollection attributes = element.
Attributes
;
247
XmlAttributeCollection attributes = element.
Attributes
;
270
XmlAttributeCollection attributes = element.
Attributes
;
398
attributes = element.
Attributes
;
407
attributes = element.
Attributes
;
423
attributes = element.
Attributes
;
462
attributes = element.
Attributes
;
557
attributes = element.
Attributes
;
1087
XmlAttributeCollection attributes = element.
Attributes
;
1521
XmlAttributeCollection attributes = elements[i].
Attributes
;
1541
ResetAttributePosition(attribute, element.
Attributes
, out attributeIndex);
1565
attributes = element.
Attributes
;
System\Xml\Dom\XmlAttribute.cs (2)
124
return ownerElement.
Attributes
.PrepareParentInElementIdAttrMap(Prefix, LocalName);
133
ownerElement.
Attributes
.ResetParentInElementIdAttrMap(oldInnerText, InnerText);
System\Xml\Dom\XmlAttributeCollection.cs (1)
284
attr.OwnerElement.
Attributes
.Remove( attr );
System\Xml\Dom\XmlElement.cs (12)
58
foreach( XmlAttribute attr in
Attributes
) {
62
element.
Attributes
.InternalAppendAttribute( newAttr );
240
Attributes
.InternalAppendAttribute( attr );
250
Attributes
.RemoveNamedItem(name);
256
return
Attributes
[name];
264
return(XmlAttribute)
Attributes
.SetNamedItem(newAttr);
270
return(XmlAttribute)
Attributes
.Remove(oldAttr);
299
Attributes
.InternalAppendAttribute( attr );
318
return
Attributes
[ localName, namespaceURI ];
327
Attributes
.InternalAppendAttribute( attr );
337
Attributes
.Remove( attr );
430
XmlAttributeCollection attrs =
Attributes
;
System\Xml\Dom\XmlLoader.cs (6)
102
XmlAttributeCollection attributes = element.
Attributes
;
415
XmlAttributeCollection attributes = element.
Attributes
;
615
foreach( XmlAttribute attr in ((XmlElement)node).
Attributes
) {
704
XmlAttributeCollection attrs = elem.
Attributes
;
713
elem.
Attributes
.RemoveNodeAt(i);
727
elem.
Attributes
.RemoveNodeAt(i);
System\Xml\Dom\XmlNode.cs (2)
927
XmlAttributeCollection attrs = elem.
Attributes
;
992
XmlAttributeCollection attrs = elem.
Attributes
;
System\Xml\Dom\XmlNodeReader.cs (8)
295
return ((XmlElement)curNode).
Attributes
.Count;
469
return ((XmlElement)curNode).
Attributes
[attributeIndex].Value;
472
return ((XmlElement)elemNode).
Attributes
[attributeIndex].Value;
567
attrIndex = elem.
Attributes
.FindNodeOffsetNS(attr);
604
attr = ((XmlElement)curNode).
Attributes
[attributeIndex];
613
attr = ((XmlElement)elemNode).
Attributes
[attributeIndex];
810
XmlAttributeCollection attrs = elem.
Attributes
;
849
XmlAttributeCollection attrs = elem.
Attributes
;
System\Xml\Schema\Parser.cs (1)
307
XmlAttributeCollection attributes = element.
Attributes
;
WindowsBase (8)
Base\MS\Internal\IO\Packaging\XmlSignatureManifest.cs (6)
664
reference.
Attributes
.Append(uriAttr);
678
transform.
Attributes
.Append(algorithmAttr);
729
transform.
Attributes
.Append(algorithmAttr);
761
reference.
Attributes
.Append(uriAttr);
776
transform.
Attributes
.Append(algorithmAttr);
802
digestMethod.
Attributes
.Append(digestAlgorithmAttr);
Base\MS\Internal\IO\Packaging\XmlSignatureProperties.cs (2)
124
signatureProperty.
Attributes
.Append(idAttr);
127
signatureProperty.
Attributes
.Append(targetAttr);