6 references to codeUpdateText
System.Windows.Forms (6)
winforms\Managed\System\WinForms\TextBoxBase.cs (6)
60
private static readonly int shortcutsEnabled = BitVector32.CreateMask(
codeUpdateText
);
1293
textBoxFlags[
codeUpdateText
] = true;
1298
textBoxFlags[
codeUpdateText
] = false;
1315
textBoxFlags[
codeUpdateText
] = true;
1330
textBoxFlags[
codeUpdateText
] = false;
2202
if (!textBoxFlags[
codeUpdateText
] && !textBoxFlags[creatingHandle]) {