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