Base:
method
GetAttribute
System.Xml.XmlReader.GetAttribute(System.String)
1 override of GetAttribute
PresentationFramework (1)
System\Windows\Markup\FilteredXmlReader.cs (1)
127
public override string
GetAttribute
( string attributeName )
14 references to GetAttribute
PresentationFramework (2)
System\Windows\Markup\FilteredXmlReader.cs (2)
135
return base.
GetAttribute
( attributeName );
278
if( base.
GetAttribute
(uidQualifiedName) != null ) // Do NOT use base[uidQualifiedName], that just comes right back to us.
ReachFramework (2)
Packaging\XpsFixedDocumentReaderWriter.cs (1)
956
string attribute = reader.
GetAttribute
(XmlTags.Source);
Packaging\XpsFixedDocumentSequenceReaderWriter.cs (1)
555
string attribute = reader.
GetAttribute
(XmlTags.Source);
System.Configuration.ConfigurationManager (10)
System\Configuration\BaseConfigurationRecord.cs (5)
1395
xmlUtil.Reader.
GetAttribute
(LocationPathAttribute);
1461
string locationSubPath = xmlUtil.Reader.
GetAttribute
(LocationPathAttribute);
1509
string protectionProviderAttribute = xmlUtil.Reader.
GetAttribute
(ProtectionProviderAttribute);
2519
string configSourceAttribute = xmlUtil.Reader.
GetAttribute
(ConfigSourceAttribute);
2540
string protectionProviderAttribute = xmlUtil.Reader.
GetAttribute
(ProtectionProviderAttribute);
System\Configuration\MgmtConfigurationRecord.cs (5)
2446
string name = reader.
GetAttribute
(SectionGroupNameAttribute);
2689
string locationSubPathAttribute = reader.
GetAttribute
(LocationPathAttribute);
2717
string allowOverrideAttribute = reader.
GetAttribute
(LocationAllowOverrideAttribute);
2724
string overrideModeAttribute = reader.
GetAttribute
(LocationOverrideModeAttribute);
2736
reader.
GetAttribute
(LocationInheritInChildApplicationsAttribute);