2 references to IsAscii
System (2)
compmod\system\componentmodel\MaskedTextProvider.cs (2)
2433if (!IsAscii(input) && this.AsciiOnly) 2441if ((!IsAscii(input) && this.AsciiOnly) && input != spaceChar)