4 references to EnabledDefaultValue
System (4)
net\System\Net\Configuration\IdnElement.cs (2)
32[ConfigurationProperty(CommonConfigurationStrings.Enabled, DefaultValue = EnabledDefaultValue)] 43EnabledDefaultValue, new UriIdnScopeTypeConverter(), null, ConfigurationPropertyOptions.None);
net\System\Net\Configuration\UriSection.cs (1)
229UriIdnScope idnScope = resultSectionData.IdnScope ?? IdnElement.EnabledDefaultValue;
net\System\URI.cs (1)
956private static volatile UriIdnScope s_IdnScope = IdnElement.EnabledDefaultValue;