7 references to CreatingHandle
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (4)
4565
if (GetState(States.
CreatingHandle
))
4574
SetState(States.
CreatingHandle
, true);
4617
SetState(States.
CreatingHandle
, false);
4807
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)
3211
if (m.LParamInternal == Handle && !GetState(States.
CreatingHandle
))
System\Windows\Forms\Form.cs (1)
3258
if (GetState(States.
CreatingHandle
))