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