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