68 references to GetAttribute
PresentationFramework (6)
src\Framework\MS\Internal\Globalization\BamlTreeMap.cs (3)
607
string locAttribute = element.
GetAttribute
(LocComments.LocLocalizabilityAttribute);
610
locAttribute = element.
GetAttribute
(LocComments.LocCommentsAttribute);
666
&& element.
GetAttribute
(LocComments.LocCommentIDAttribute) == uid)
src\Framework\MS\Internal\Globalization\BamlTreeUpdater.cs (1)
524
tagUid = child.
GetAttribute
(XamlReaderHelper.DefinitionUid);
src\Framework\MS\Internal\IO\Packaging\XmlGlyphRunInfo.cs (2)
177
string languageString = currentNode.
GetAttribute
(_xmlLangAttribute);
232
_unicodeString = _glyphsNode.
GetAttribute
(_unicodeStringAttribute);
System.Data (22)
fx\src\data\System\Data\XDRSchema.cs (15)
40
_schemaName = schemaRoot.
GetAttribute
(Keywords.NAME);
85
strType = node.
GetAttribute
(Keywords.TYPE);
101
if (vn is XmlElement && ((XmlElement)vn).
GetAttribute
(Keywords.NAME) == strType)
131
string value = node.
GetAttribute
(Keywords.CONTENT);
180
string occurs = node.
GetAttribute
(Keywords.MINOCCURS);
187
occurs = node.
GetAttribute
(Keywords.MAXOCCURS);
299
instanceName = node.
GetAttribute
(Keywords.NAME);
305
instanceName = node.
GetAttribute
(Keywords.TYPE);
327
string strUse = node.
GetAttribute
(Keywords.USE);
333
string strRef = node.
GetAttribute
(Keywords.REF);
364
strType = node.
GetAttribute
(Keywords.TYPE);
411
strDefault = node.
GetAttribute
(Keywords.DEFAULT);
437
String targetNamespace = node.
GetAttribute
(Keywords.TARGETNAMESPACE);
460
string occurs = elNode.
GetAttribute
(Keywords.MINOCCURS);
473
occurs = elNode.
GetAttribute
(Keywords.MAXOCCURS);
fx\src\data\System\Data\xmlsaver.cs (3)
1024
if(e.
GetAttribute
(Keywords.NAME) == name) {
1330
if (FindTypeNode(schNode, el.
GetAttribute
(Keywords.NAME)) == null)
1348
if (child.
GetAttribute
(Keywords.NAME) == strType)
fx\src\data\System\Data\XMLSchema.cs (1)
383
strName = XmlConvert.DecodeName(node.
GetAttribute
(Keywords.NAME));
fx\src\data\System\NewXml\XmlDataDocument.cs (2)
2236
if ( value.Length == 0 && ( ( (xsi_attrVal = rowElement.
GetAttribute
(XSI_NIL) ) == "1" ) || xsi_attrVal == "true" ) )
2268
if ( value.Length == 0 && ( ( (xsi_attrVal = e.
GetAttribute
(XSI_NIL) ) == "1" ) || xsi_attrVal == "true" ) )
fx\src\data\System\NewXml\XPathNodePointer.cs (1)
379
return curBoundElem.
GetAttribute
( "xml:lang" );
System.IdentityModel (3)
System\IdentityModel\Tokens\GenericXmlSecurityToken.cs (3)
131
id = tokenXml.
GetAttribute
("AssertionID");
136
id = tokenXml.
GetAttribute
("Id");
142
id = tokenXml.
GetAttribute
("ID");
System.ServiceModel (9)
System\ServiceModel\Channels\ContextBindingElementPolicy.cs (1)
133
string protectionLevelAttribute = assertion.
GetAttribute
(ProtectionLevelName);
System\ServiceModel\Description\PolicyReader.cs (1)
102
string idRef = element.
GetAttribute
(MetadataStrings.WSPolicy.Attributes.URI);
System\ServiceModel\Description\WsdlImporter.cs (1)
2135
string idRef = element.
GetAttribute
(MetadataStrings.WSPolicy.Attributes.URI);
System\ServiceModel\Security\WSSecurityJan2004.cs (1)
318
string assertionId = issuedTokenXml.
GetAttribute
(samlAssertionId);
System\ServiceModel\Security\WSSecurityPolicy.cs (2)
332
string name = element.
GetAttribute
(NameName);
333
string ns = element.
GetAttribute
(NamespaceName);
System\ServiceModel\Security\WSSecurityPolicy11.cs (1)
84
string v = assertion.
GetAttribute
(RequireClientCertificateName);
System\ServiceModel\Security\WSTrust.cs (2)
603
string valueTypeUri = element.
GetAttribute
(SecurityJan2004Strings.ValueType);
729
string valueTypeUri = proofXml.
GetAttribute
(SecurityJan2004Strings.ValueType);
System.Web.Services (2)
System\Web\Services\Description\ServiceDescription.cs (1)
474
if (Soap.BasicProfile1_1 == element.
GetAttribute
(Soap.Attribute.ConformsTo)) {
System\Web\Services\Protocols\SoapUnknownHeader.cs (1)
167
return element.
GetAttribute
(name);
System.Windows.Forms (24)
parent\parent\parent\public\Internal\NDP\Inc\mansign.cs (10)
366
string snIdValue = signatureNode.
GetAttribute
(snIdName);
379
string uriValue = reference.
GetAttribute
("URI");
401
string algorithm = transform.
GetAttribute
("Algorithm");
440
string algorithm = transform.
GetAttribute
("Algorithm");
580
asmIdAttr.Value != principal.
GetAttribute
(asmIdAttr.LocalName)) {
607
string publisherName = publisherIdentity.
GetAttribute
("name");
608
string publisherIssuerKeyHash = publisherIdentity.
GetAttribute
("issuerKeyHash");
643
string hash = manifestInformation.
GetAttribute
("Hash");
660
byte[] hashBytes = HexStringToBytes(manifestInformation.
GetAttribute
("Hash"));
871
return assemblyIdentity.
GetAttribute
("publicKeyToken");
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (14)
603
string snIdValue = signatureNode.
GetAttribute
(snIdName);
618
string uriValue = reference.
GetAttribute
("URI");
645
string algorithm = transform.
GetAttribute
("Algorithm");
693
string algorithm = transform.
GetAttribute
("Algorithm");
734
hash = manifestInformation.
GetAttribute
("Hash");
750
description = manifestInformation.
GetAttribute
("Description");
755
url = manifestInformation.
GetAttribute
("Url");
1065
string publisherIssuerKeyHash = publisherIdentity.
GetAttribute
("issuerKeyHash");
1185
asmIdAttr.Value != principal.
GetAttribute
(asmIdAttr.LocalName))
1217
string publisherName = publisherIdentity.
GetAttribute
("name");
1218
string publisherIssuerKeyHash = publisherIdentity.
GetAttribute
("issuerKeyHash");
1257
string hash = manifestInformation.
GetAttribute
("Hash");
1276
byte[] hashBytes = HexStringToBytes(manifestInformation.
GetAttribute
("Hash"));
1563
return assemblyIdentity.
GetAttribute
("publicKeyToken");
System.Xml (2)
System\Xml\Dom\XmlNode.cs (2)
1123
switch (XmlConvert.TrimString(elem.
GetAttribute
("xml:space"))) {
1148
return elem.
GetAttribute
( "xml:lang" );