4 references to INCLUDE_LITERALS
System (4)
compmod\system\componentmodel\MaskedTextProvider.cs (4)
126
static int RESET_ON_PROMPT = BitVector32.CreateMask(
INCLUDE_LITERALS
);
298
this.flagState[
INCLUDE_LITERALS
] = true;
617
return this.flagState[
INCLUDE_LITERALS
];
621
this.flagState[
INCLUDE_LITERALS
] = value;