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