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