4 references to EnabledDefaultValue
System (4)
net\System\Net\Configuration\IriParsingElement.cs (2)
27[ConfigurationProperty(CommonConfigurationStrings.Enabled, DefaultValue = EnabledDefaultValue)] 37new ConfigurationProperty(CommonConfigurationStrings.Enabled, typeof(bool), EnabledDefaultValue,
net\System\Net\Configuration\UriSection.cs (1)
230bool iriParsing = resultSectionData.IriParsing ?? IriParsingElement.EnabledDefaultValue;
net\System\URI.cs (1)
961(UriParser.ShouldUseLegacyV2Quirks ? IriParsingElement.EnabledDefaultValue : true);