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