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