5 references to IdnElement
System (5)
net\System\Net\Configuration\UriSection.cs (4)
27typeof(IdnElement), null, ConfigurationPropertyOptions.None); 45public IdnElement Idn{ 47return (IdnElement)this[idn]; 229UriIdnScope idnScope = resultSectionData.IdnScope ?? IdnElement.EnabledDefaultValue;
net\System\URI.cs (1)
956private static volatile UriIdnScope s_IdnScope = IdnElement.EnabledDefaultValue;