18 overrides of OnHandleDestroyed
System.Windows.Forms (16)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2373protected override void OnHandleDestroyed(EventArgs e)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
15239protected 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)
4656protected override void OnHandleDestroyed(EventArgs e)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
1400protected override void OnHandleDestroyed(EventArgs e)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
1076protected override void OnHandleDestroyed(EventArgs e)
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
615protected override void OnHandleDestroyed(EventArgs e)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
2224protected override void OnHandleDestroyed(EventArgs e)
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1294protected override void OnHandleDestroyed(EventArgs e)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1390protected override void OnHandleDestroyed(EventArgs e)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
3189protected override void OnHandleDestroyed(EventArgs e)
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2023protected 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)
4173protected 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)
202protected override void OnHandleDestroyed(EventArgs e)
30 references to OnHandleDestroyed
System.Windows.Forms (19)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3225OnHandleDestroyed(EventArgs.Empty);
System\Windows\Forms\Control.cs (1)
11300OnHandleDestroyed(EventArgs.Empty);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2392base.OnHandleDestroyed(e);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
15242base.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)
4692base.OnHandleDestroyed(e);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
1403base.OnHandleDestroyed(e);
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
1083base.OnHandleDestroyed(e);
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
618base.OnHandleDestroyed(e);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
2235base.OnHandleDestroyed(e);
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1308base.OnHandleDestroyed(e);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1396base.OnHandleDestroyed(e);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
3194base.OnHandleDestroyed(e);
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2039base.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)
4175base.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)
204base.OnHandleDestroyed(e);
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ByteViewerTests.cs (1)
1084public new void OnHandleDestroyed(EventArgs e) => base.OnHandleDestroyed(e);
System.Windows.Forms.Tests (8)
System\Windows\Forms\ButtonBaseTests.cs (1)
9347public new void OnHandleDestroyed(EventArgs e) => base.OnHandleDestroyed(e);
System\Windows\Forms\ButtonTests.cs (1)
3753public new void OnHandleDestroyed(EventArgs e) => base.OnHandleDestroyed(e);
System\Windows\Forms\ControlTests.cs (1)
1294public new void OnHandleDestroyed(EventArgs e) => base.OnHandleDestroyed(e);
System\Windows\Forms\ErrorProviderTests.cs (1)
1392public new void OnHandleDestroyed(EventArgs e) => base.OnHandleDestroyed(e);
System\Windows\Forms\RadioButtonTests.cs (1)
1607public new void OnHandleDestroyed(EventArgs e) => base.OnHandleDestroyed(e);
System\Windows\Forms\SplitterTests.cs (1)
2367public new void OnHandleDestroyed(EventArgs e) => base.OnHandleDestroyed(e);
System\Windows\Forms\TableLayoutPanelTests.cs (1)
2249public new void OnHandleDestroyed(EventArgs e) => base.OnHandleDestroyed(e);
TrackBarTests.cs (1)
3350public new void OnHandleDestroyed(EventArgs e) => base.OnHandleDestroyed(e);