7 references to CreatingHandle
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (4)
4471
if (GetState(States.
CreatingHandle
))
4480
SetState(States.
CreatingHandle
, true);
4523
SetState(States.
CreatingHandle
, false);
4713
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)
3230
if (m.LParamInternal == Handle && !GetState(States.
CreatingHandle
))
System\Windows\Forms\Form.cs (1)
3183
if (GetState(States.
CreatingHandle
))