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)
996
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
()
15 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)
4828
DestroyHandle
();
9287
DestroyHandle
();
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
999
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)
1504
DestroyHandle
();
2193
DestroyHandle
();
5806
DestroyHandle
();
System.Windows.Forms.Tests (3)
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
();
System\Windows\Forms\ControlTests_InvokeAsync.cs (1)
14
public void DestroyTestHandle() =>
DestroyHandle
();