4 overrides of DestroyHandle
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\AxHost.cs (1)
1275
protected override void
DestroyHandle
()
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
998
protected override void
DestroyHandle
()
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (1)
143
protected override void
DestroyHandle
()
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (1)
74
protected override void
DestroyHandle
()
14 references to DestroyHandle
System.Windows.Forms (12)
System\Windows\Forms\ActiveX\AxHost.cs (2)
1279
base.
DestroyHandle
();
1502
base.
DestroyHandle
();
System\Windows\Forms\Application.ParkingWindow.cs (2)
95
DestroyHandle
();
101
DestroyHandle
();
System\Windows\Forms\Control.cs (2)
4733
DestroyHandle
();
9161
DestroyHandle
();
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
1001
base.
DestroyHandle
();
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (1)
146
base.
DestroyHandle
();
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (1)
77
base.
DestroyHandle
();
System\Windows\Forms\Form.cs (3)
1511
DestroyHandle
();
2116
DestroyHandle
();
5708
DestroyHandle
();
System.Windows.Forms.Tests (2)
System\Windows\Forms\ControlTests.ControlCollection.cs (1)
3603
public new void DestroyHandle() => base.
DestroyHandle
();
System\Windows\Forms\ControlTests.cs (1)
1208
public new void DestroyHandle() => base.
DestroyHandle
();