Base:
method
GetAttribute
System.Xml.XmlReader.GetAttribute(System.String, System.String)
1 override of GetAttribute
PresentationFramework (1)
System\Windows\Markup\FilteredXmlReader.cs (1)
138
public override string
GetAttribute
( string localName, string namespaceUri )
3 references to GetAttribute
PresentationFramework (1)
System\Windows\Markup\FilteredXmlReader.cs (1)
147
return base.
GetAttribute
( localName, namespaceUri );
ReachFramework (2)
PrintConfig\PrtCap_Reader.cs (2)
65
string version = _xmlReader.
GetAttribute
(PrintSchemaTags.Framework.RootVersionAttr,
192
string QName = _xmlReader.
GetAttribute
(PrintSchemaTags.Framework.NameAttr,