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