4 overrides of DestroyHandle
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\AxHost.cs (1)
1276
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)
1280
base.
DestroyHandle
();
1503
base.
DestroyHandle
();
System\Windows\Forms\Application.ParkingWindow.cs (2)
95
DestroyHandle
();
101
DestroyHandle
();
System\Windows\Forms\Control.cs (2)
4802
DestroyHandle
();
9263
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)
1508
DestroyHandle
();
2194
DestroyHandle
();
5799
DestroyHandle
();
System.Windows.Forms.Tests (2)
System\Windows\Forms\ControlTests.ControlCollection.cs (1)
3605
public new void DestroyHandle() => base.
DestroyHandle
();
System\Windows\Forms\ControlTests.cs (1)
1210
public new void DestroyHandle() => base.
DestroyHandle
();