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