4 references to s_creatingHandle
System.Windows.Forms (4)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (4)
38
private static readonly int s_codeUpdateText = BitVector32.CreateMask(
s_creatingHandle
);
1292
_textBoxFlags[
s_creatingHandle
] = true;
1302
_textBoxFlags[
s_creatingHandle
] = false;
2001
if (!_textBoxFlags[s_codeUpdateText] && !_textBoxFlags[
s_creatingHandle
])