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