Base:
method
GetAttribute
System.Xml.XmlReader.GetAttribute(System.String)
1 override of GetAttribute
PresentationFramework (1)
src\Framework\System\Windows\Markup\FilteredXmlReader.cs (1)
136
public override string
GetAttribute
( string attributeName )
19 references to GetAttribute
PresentationFramework (2)
src\Framework\System\Windows\Markup\FilteredXmlReader.cs (2)
144
return base.
GetAttribute
( attributeName );
287
if( base.
GetAttribute
(uidQualifiedName) != null ) // Do NOT use base[uidQualifiedName], that just comes right back to us.
System.Configuration (12)
System\Configuration\BaseConfigurationRecord.cs (7)
1818
string locationSubPathAttribute = xmlUtil.Reader.
GetAttribute
(KEYWORD_LOCATION_PATH);
1889
string locationSubPath = xmlUtil.Reader.
GetAttribute
(KEYWORD_LOCATION_PATH);
1938
string protectionProviderAttribute = xmlUtil.Reader.
GetAttribute
(KEYWORD_PROTECTION_PROVIDER);
1949
string configBuilderAttribute = xmlUtil.Reader.
GetAttribute
(KEYWORD_CONFIG_BUILDER);
3086
string configSourceAttribute = xmlUtil.Reader.
GetAttribute
(KEYWORD_CONFIGSOURCE);
3103
string protectionProviderAttribute = xmlUtil.Reader.
GetAttribute
(KEYWORD_PROTECTION_PROVIDER);
3120
string configBuilderAttribute = xmlUtil.Reader.
GetAttribute
(KEYWORD_CONFIG_BUILDER);
System\Configuration\MgmtConfigurationRecord.cs (5)
2577
string name = reader.
GetAttribute
(KEYWORD_SECTIONGROUP_NAME);
2811
string locationSubPathAttribute = reader.
GetAttribute
(KEYWORD_LOCATION_PATH);
2838
string allowOverrideAttribute = reader.
GetAttribute
(KEYWORD_LOCATION_ALLOWOVERRIDE);
2843
string overrideModeAttribute = reader.
GetAttribute
(KEYWORD_LOCATION_OVERRIDEMODE);
2850
string inheritInChildAppsAttribute = reader.
GetAttribute
(KEYWORD_LOCATION_INHERITINCHILDAPPLICATIONS);
WindowsBase (5)
Base\System\IO\Packaging\ZipPackage.cs (4)
1334
string extensionAttributeValue = reader.
GetAttribute
(ExtensionAttributeName);
1337
string contentTypeAttributeValue = reader.
GetAttribute
(ContentTypeAttributeName);
1365
string partNameAttributeValue = reader.
GetAttribute
(PartNameAttributeName);
1368
string contentTypeAttributeValue = reader.
GetAttribute
(ContentTypeAttributeName);
Shared\MS\Internal\IO\Packaging\PackagingUtilities.cs (1)
75
encoding = reader.
GetAttribute
(_encodingAttribute);