17 references to GetAttribute
ReachFramework (6)
PrintConfig\PrtTicket_Base.cs (2)
457string optionName = optionNode.GetAttribute(PrintSchemaTags.Framework.NameAttr, 712string fullRefName = refNode.GetAttribute(PrintSchemaTags.Framework.NameAttr,
PrintConfig\PrtTicket_Editor.cs (4)
58string version = root.GetAttribute(PrintSchemaTags.Framework.RootVersionAttr, 118string childName = ((XmlElement)rootChild).GetAttribute(PrintSchemaTags.Framework.NameAttr, 273string childName = ((XmlElement)child).GetAttribute( 337string childName = ((XmlElement)child).GetAttribute(
System.Data.Common (10)
System\Data\XDRSchema.cs (3)
138string type = node.GetAttribute(Keywords.DT_TYPE, Keywords.DTNS); 401strType = typeNode.GetAttribute(Keywords.DT_TYPE, Keywords.DTNS); 402strValues = typeNode.GetAttribute(Keywords.DT_VALUES, Keywords.DTNS);
System\Data\XMLSchema.cs (7)
82string value = element.GetAttribute(attrName, attrNS); 449parentName = node.GetAttribute(Keywords.MSD_PARENT, Keywords.MSDNS); 454childName = node.GetAttribute(Keywords.MSD_CHILD, Keywords.MSDNS); 459value = node.GetAttribute(Keywords.MSD_PARENTKEY, Keywords.MSDNS); 464value = node.GetAttribute(Keywords.MSD_CHILDKEY, Keywords.MSDNS); 477string parentNs = node.GetAttribute(Keywords.MSD_PARENTTABLENS, Keywords.MSDNS); 478string childNs = node.GetAttribute(Keywords.MSD_CHILDTABLENS, Keywords.MSDNS);
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\Utils.cs (1)
69s = element.GetAttribute(localName, namespaceURI);