2 references to IsAscii
System.ComponentModel.TypeConverter (2)
System\ComponentModel\MaskedTextProvider.cs (2)
2282
if (!
IsAscii
(input) && AsciiOnly)
2290
if ((!
IsAscii
(input) && AsciiOnly) && input != SPACE_CHAR)