7 references to s_codeUpdateText
System.Windows.Forms (7)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (7)
39
private static readonly int s_shortcutsEnabled = BitVector32.CreateMask(
s_codeUpdateText
);
1106
_textBoxFlags[
s_codeUpdateText
] = true;
1113
_textBoxFlags[
s_codeUpdateText
] = false;
1122
/// control that needs this at this point), since we need to set <see cref="
s_codeUpdateText
"/>.
1128
_textBoxFlags[
s_codeUpdateText
] = true;
1142
_textBoxFlags[
s_codeUpdateText
] = false;
2001
if (!_textBoxFlags[
s_codeUpdateText
] && !_textBoxFlags[s_creatingHandle])