7 references to CreatingHandle
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (4)
4558
if (GetState(States.
CreatingHandle
))
4567
SetState(States.
CreatingHandle
, true);
4610
SetState(States.
CreatingHandle
, false);
4800
if (GetState(States.
CreatingHandle
))
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
716
if (RecreatingHandle || GetState(States.
CreatingHandle
))
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
3211
if (m.LParamInternal == Handle && !GetState(States.
CreatingHandle
))
System\Windows\Forms\Form.cs (1)
3243
if (GetState(States.
CreatingHandle
))