3 references to ASCII_ONLY
System (3)
compmod\system\componentmodel\MaskedTextProvider.cs (3)
123
static int ALLOW_PROMPT_AS_INPUT = BitVector32.CreateMask(
ASCII_ONLY
);
293
this.flagState[
ASCII_ONLY
] = restrictToAscii;
648
return this.flagState[
ASCII_ONLY
];