19 overrides of OnHandleDestroyed
System.Windows.Forms (17)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2462protected override void OnHandleDestroyed(EventArgs e)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
15248protected override void OnHandleDestroyed(EventArgs e)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
1110protected override void OnHandleDestroyed(EventArgs e)
System\Windows\Forms\Controls\Labels\Label.cs (1)
1200protected override void OnHandleDestroyed(EventArgs e)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1808protected override void OnHandleDestroyed(EventArgs e)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
4711protected override void OnHandleDestroyed(EventArgs e)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
1395protected override void OnHandleDestroyed(EventArgs e)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
1070protected override void OnHandleDestroyed(EventArgs e)
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
622protected override void OnHandleDestroyed(EventArgs e)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
2595protected override void OnHandleDestroyed(EventArgs e)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
2247protected override void OnHandleDestroyed(EventArgs e)
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1308protected override void OnHandleDestroyed(EventArgs e)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1696protected override void OnHandleDestroyed(EventArgs e)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
3180protected override void OnHandleDestroyed(EventArgs e)
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2163protected override void OnHandleDestroyed(EventArgs e)
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
558protected override void OnHandleDestroyed(EventArgs e)
System\Windows\Forms\Form.cs (1)
4233protected override void OnHandleDestroyed(EventArgs e)
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\BehaviorService.AdornerWindow.cs (1)
64protected override void OnHandleDestroyed(EventArgs e)
System\Windows\Forms\Design\ToolStripAdornerWindowService.cs (1)
196protected override void OnHandleDestroyed(EventArgs e)
22 references to OnHandleDestroyed
System.Windows.Forms (20)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3224OnHandleDestroyed(EventArgs.Empty);
System\Windows\Forms\Control.cs (1)
12170OnHandleDestroyed(EventArgs.Empty);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2483base.OnHandleDestroyed(e);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
15251base.OnHandleDestroyed(e);
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
1113base.OnHandleDestroyed(e);
System\Windows\Forms\Controls\Labels\Label.cs (1)
1202base.OnHandleDestroyed(e);
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1816base.OnHandleDestroyed(e);
System\Windows\Forms\Controls\ListView\ListView.cs (1)
4747base.OnHandleDestroyed(e);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
1398base.OnHandleDestroyed(e);
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
1077base.OnHandleDestroyed(e);
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
625base.OnHandleDestroyed(e);
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
2598base.OnHandleDestroyed(e);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
2258base.OnHandleDestroyed(e);
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1322base.OnHandleDestroyed(e);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1704base.OnHandleDestroyed(e);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
3185base.OnHandleDestroyed(e);
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2176base.OnHandleDestroyed(e);
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
563base.OnHandleDestroyed(e);
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
446OnHandleDestroyed(EventArgs.Empty);
System\Windows\Forms\Form.cs (1)
4238base.OnHandleDestroyed(e);
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\BehaviorService.AdornerWindow.cs (1)
75base.OnHandleDestroyed(e);
System\Windows\Forms\Design\ToolStripAdornerWindowService.cs (1)
198base.OnHandleDestroyed(e);