3 references to s_ASCII_ONLY
System.ComponentModel.TypeConverter (3)
System\ComponentModel\MaskedTextProvider.cs (3)
113private static readonly int s_ALLOW_PROMPT_AS_INPUT = BitVector32.CreateMask(s_ASCII_ONLY); 268_flagState[s_ASCII_ONLY] = restrictToAscii; 586public bool AsciiOnly => _flagState[s_ASCII_ONLY];