9 references to UriIdnScope
System (1)
src\libraries\shims\System\ref\System.cs (1)
929[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.UriIdnScope))]
System.Configuration.ConfigurationManager (8)
System\Configuration\IdnElement.cs (8)
11internal const UriIdnScope EnabledDefaultValue = UriIdnScope.None; 16new ConfigurationProperty(CommonConfigurationStrings.Enabled, typeof(UriIdnScope), 33public UriIdnScope Enabled 35get { return (UriIdnScope)this[_enabled]; } 57return UriIdnScope.All; 59return UriIdnScope.None; 61return UriIdnScope.AllExceptIntranet;