4 overrides of DestroyHandle
System.Windows.Forms (4)
winforms\Managed\System\WinForms\AxHost.cs (1)
1640protected override void DestroyHandle() {
winforms\Managed\System\WinForms\DateTimePicker.cs (1)
1172protected override void DestroyHandle() {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
5559protected override void DestroyHandle() { 6633protected override void DestroyHandle() {
13 references to DestroyHandle
System.Windows.Forms (13)
winforms\Managed\System\WinForms\Application.cs (2)
4169DestroyHandle(); 4175DestroyHandle();
winforms\Managed\System\WinForms\AxHost.cs (2)
1642base.DestroyHandle(); 1862base.DestroyHandle();
winforms\Managed\System\WinForms\Control.cs (2)
6032if (IsHandleCreated) DestroyHandle(); 11008DestroyHandle();
winforms\Managed\System\WinForms\DataGrid.cs (1)
3910/// Raises the <see cref='System.Windows.Forms.Control.DestroyHandle'/>
winforms\Managed\System\WinForms\DateTimePicker.cs (1)
1174base.DestroyHandle();
winforms\Managed\System\WinForms\Form.cs (3)
1942DestroyHandle(); 2691DestroyHandle(); 6252DestroyHandle();
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
5561base.DestroyHandle(); 6635base.DestroyHandle();