21 references to HandleCreated
System.Windows.Forms (14)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridToolTip.cs (1)
21controls[i].HandleCreated += OnControlCreateHandle;
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.ModalMenuFilter.cs (3)
89control?.HandleCreated -= OnActiveHwndHandleCreated; 96control?.HandleCreated += OnActiveHwndHandleCreated; 192control?.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)
40controlTarget.HandleCreated += OnTargetWindowHandleRecreated; 168controlTarget.HandleCreated -= OnTargetWindowHandleRecreated;
System\Windows\Forms\ToolTip\ToolTip.cs (6)
523currentTopLevel.HandleCreated += TopLevelCreated; 686_topLevelControl.HandleCreated -= TopLevelCreated; 1155control.HandleCreated -= HandleCreated; 1231control.HandleCreated += HandleCreated; 1253control.HandleCreated -= HandleCreated; 2244control.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)
900child.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)
831Control.HandleCreated -= Control_HandleCreated; 1417Control.HandleCreated += Control_HandleCreated;
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
806this.HandleCreated += WinFormsAdapter_HandleCreated;