19 overrides of OnHandleDestroyed
System.Windows.Forms (17)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2387protected 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)
1112protected override void OnHandleDestroyed(EventArgs e)
System\Windows\Forms\Controls\Labels\Label.cs (1)
1202protected 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)
4713protected override void OnHandleDestroyed(EventArgs e)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
1401protected override void OnHandleDestroyed(EventArgs e)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
1071protected override void OnHandleDestroyed(EventArgs e)
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
615protected override void OnHandleDestroyed(EventArgs e)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
2549protected override void OnHandleDestroyed(EventArgs e)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
2248protected override void OnHandleDestroyed(EventArgs e)
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1315protected override void OnHandleDestroyed(EventArgs e)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1404protected override void OnHandleDestroyed(EventArgs e)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
3186protected override void OnHandleDestroyed(EventArgs e)
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2024protected override void OnHandleDestroyed(EventArgs e)
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
505protected override void OnHandleDestroyed(EventArgs e)
System\Windows\Forms\Form.cs (1)
4235protected 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)
31 references to OnHandleDestroyed
System.Windows.Forms (20)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3227OnHandleDestroyed(EventArgs.Empty);
System\Windows\Forms\Control.cs (1)
11449OnHandleDestroyed(EventArgs.Empty);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2403base.OnHandleDestroyed(e);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
15251base.OnHandleDestroyed(e);
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
1115base.OnHandleDestroyed(e);
System\Windows\Forms\Controls\Labels\Label.cs (1)
1204base.OnHandleDestroyed(e);
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1816base.OnHandleDestroyed(e);
System\Windows\Forms\Controls\ListView\ListView.cs (1)
4749base.OnHandleDestroyed(e);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
1404base.OnHandleDestroyed(e);
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
1078base.OnHandleDestroyed(e);
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
618base.OnHandleDestroyed(e);
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
2552base.OnHandleDestroyed(e);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
2259base.OnHandleDestroyed(e);
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1329base.OnHandleDestroyed(e);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1410base.OnHandleDestroyed(e);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
3191base.OnHandleDestroyed(e);
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2037base.OnHandleDestroyed(e);
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
508base.OnHandleDestroyed(e);
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
446OnHandleDestroyed(EventArgs.Empty);
System\Windows\Forms\Form.cs (1)
4237base.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);
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ByteViewerTests.cs (1)
1086public new void OnHandleDestroyed(EventArgs e) => base.OnHandleDestroyed(e);
System.Windows.Forms.Tests (8)
System\Windows\Forms\ButtonBaseTests.cs (1)
9349public new void OnHandleDestroyed(EventArgs e) => base.OnHandleDestroyed(e);
System\Windows\Forms\ButtonTests.cs (1)
3763public new void OnHandleDestroyed(EventArgs e) => base.OnHandleDestroyed(e);
System\Windows\Forms\ControlTests.cs (1)
1296public new void OnHandleDestroyed(EventArgs e) => base.OnHandleDestroyed(e);
System\Windows\Forms\ErrorProviderTests.cs (1)
1394public new void OnHandleDestroyed(EventArgs e) => base.OnHandleDestroyed(e);
System\Windows\Forms\RadioButtonTests.cs (1)
1609public new void OnHandleDestroyed(EventArgs e) => base.OnHandleDestroyed(e);
System\Windows\Forms\SplitterTests.cs (1)
2369public new void OnHandleDestroyed(EventArgs e) => base.OnHandleDestroyed(e);
System\Windows\Forms\TableLayoutPanelTests.cs (1)
2251public new void OnHandleDestroyed(EventArgs e) => base.OnHandleDestroyed(e);
TrackBarTests.cs (1)
3352public new void OnHandleDestroyed(EventArgs e) => base.OnHandleDestroyed(e);