4 references to creatingHandle
System.Windows.Forms (4)
winforms\Managed\System\WinForms\TextBoxBase.cs (4)
59
private static readonly int codeUpdateText = BitVector32.CreateMask(
creatingHandle
);
1480
textBoxFlags[
creatingHandle
] = true;
1491
textBoxFlags[
creatingHandle
] = false;
2202
if (!textBoxFlags[codeUpdateText] && !textBoxFlags[
creatingHandle
]) {