7 references to CreatingHandle
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (4)
4470
if (GetState(States.
CreatingHandle
))
4479
SetState(States.
CreatingHandle
, true);
4522
SetState(States.
CreatingHandle
, false);
4712
if (GetState(States.
CreatingHandle
))
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
718
if (RecreatingHandle || GetState(States.
CreatingHandle
))
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
3219
if (m.LParamInternal == Handle && !GetState(States.
CreatingHandle
))
System\Windows\Forms\Form.cs (1)
3183
if (GetState(States.
CreatingHandle
))