4 references to s_RESET_ON_PROMPT
System.ComponentModel.TypeConverter (4)
System\ComponentModel\MaskedTextProvider.cs (4)
117
private static readonly int s_RESET_ON_LITERALS = BitVector32.CreateMask(
s_RESET_ON_PROMPT
);
274
_flagState[
s_RESET_ON_PROMPT
] = true;
738
return _flagState[
s_RESET_ON_PROMPT
];
742
_flagState[
s_RESET_ON_PROMPT
] = value;