14 references to AsciiOnly
System (8)
compmod\system\componentmodel\MaskedTextProvider.cs (8)
511this.AsciiOnly); 522this.AsciiOnly 2412if (!IsAsciiLetter(input) && this.AsciiOnly) 2425if (!IsAsciiLetter(input) && this.AsciiOnly) 2433if (!IsAscii(input) && this.AsciiOnly) 2441if ((!IsAscii(input) && this.AsciiOnly) && input != spaceChar) 2454if (!IsAciiAlphanumeric(input) && this.AsciiOnly) 2467if (!IsAciiAlphanumeric(input) && this.AsciiOnly)
System.Windows.Forms (6)
winforms\Managed\System\WinForms\MaskedTextBox.cs (6)
241this.maskedTextProvider.AsciiOnly ); 276return this.maskedTextProvider.AsciiOnly; 281if( value != this.maskedTextProvider.AsciiOnly ) 400this.maskedTextProvider.AsciiOnly ); 780this.maskedTextProvider.AsciiOnly ); 1028this.maskedTextProvider.AsciiOnly );