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