21 references to HandleCreated
System.Windows.Forms (14)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridToolTip.cs (1)
21
controls[i].
HandleCreated
+= OnControlCreateHandle;
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.ModalMenuFilter.cs (3)
89
control?.
HandleCreated
-= OnActiveHwndHandleCreated;
96
control?.
HandleCreated
+= OnActiveHwndHandleCreated;
192
control?.
HandleCreated
-= OnActiveHwndHandleCreated;
System\Windows\Forms\ErrorProvider\ErrorProvider.ControlItem.cs (2)
36
_control.
HandleCreated
+= OnCreateHandle;
59
_control.
HandleCreated
-= OnCreateHandle;
System\Windows\Forms\MDI\MDIControlStrip.cs (2)
40
controlTarget.
HandleCreated
+= OnTargetWindowHandleRecreated;
168
controlTarget.
HandleCreated
-= OnTargetWindowHandleRecreated;
System\Windows\Forms\ToolTip\ToolTip.cs (6)
523
currentTopLevel.
HandleCreated
+= TopLevelCreated;
686
_topLevelControl.
HandleCreated
-= TopLevelCreated;
1155
control.
HandleCreated
-= HandleCreated;
1231
control.
HandleCreated
+= HandleCreated;
1253
control.
HandleCreated
-= HandleCreated;
2244
control.
HandleCreated
-= HandleCreated;
System.Windows.Forms.Design (6)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
392
_listBox.
HandleCreated
+= ListBox_HandleCreated;
System\Windows\Forms\Design\ControlDesigner.cs (1)
900
child.
HandleCreated
+= OnChildHandleCreated;
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (2)
328
_newItemTypes.
HandleCreated
+= OnComboHandleCreated;
363
_newItemTypes.
HandleCreated
-= OnComboHandleCreated;
System\Windows\Forms\Design\ToolStripDesigner.cs (2)
831
Control.
HandleCreated
-= Control_HandleCreated;
1417
Control.
HandleCreated
+= Control_HandleCreated;
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
806
this.
HandleCreated
+= WinFormsAdapter_HandleCreated;