4 references to RESET_ON_LITERALS
System (4)
compmod\system\componentmodel\MaskedTextProvider.cs (4)
128
static int SKIP_SPACE = BitVector32.CreateMask(
RESET_ON_LITERALS
);
301
this.flagState[
RESET_ON_LITERALS
] = true;
865
return this.flagState[
RESET_ON_LITERALS
];
869
this.flagState[
RESET_ON_LITERALS
] = value;