6 references to Enabled
System (6)
net\System\Net\Configuration\IdnElement.cs (2)
32
[ConfigurationProperty(CommonConfigurationStrings.
Enabled
, DefaultValue = EnabledDefaultValue)]
42
new ConfigurationProperty(CommonConfigurationStrings.
Enabled
, typeof(UriIdnScope),
net\System\Net\Configuration\IriParsingElement.cs (2)
27
[ConfigurationProperty(CommonConfigurationStrings.
Enabled
, DefaultValue = EnabledDefaultValue)]
37
new ConfigurationProperty(CommonConfigurationStrings.
Enabled
, typeof(bool), EnabledDefaultValue,
net\System\Net\Configuration\UriSectionReader.cs (2)
147
string attributeValue = reader.GetAttribute(CommonConfigurationStrings.
Enabled
);
163
string attributeValue = reader.GetAttribute(CommonConfigurationStrings.
Enabled
);