1 override of DestroyHandle
System.Windows.Forms (1)
System\Windows\Forms\Timer.cs (1)
321
public override void
DestroyHandle
()
24 references to DestroyHandle
System.Windows.Forms (10)
System\Windows\Forms\Control.cs (1)
4673
_window.
DestroyHandle
();
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
4650
_dropDownOwnerWindow?.
DestroyHandle
();
System\Windows\Forms\Dialogs\CommonDialogs\CommonDialog.cs (1)
243
nativeWindow?.
DestroyHandle
();
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (2)
148
_tipWindow.
DestroyHandle
();
163
DestroyHandle
();
System\Windows\Forms\Form.cs (1)
6881
_ownerWindow.
DestroyHandle
();
System\Windows\Forms\NotifyIcon.cs (1)
395
_window.
DestroyHandle
();
System\Windows\Forms\Timer.cs (2)
311
base.
DestroyHandle
();
326
base.
DestroyHandle
();
System\Windows\Forms\ToolTip\ToolTip.cs (1)
893
_window.
DestroyHandle
();
System.Windows.Forms.Tests (14)
System\Windows\Forms\ControlTests.Methods.cs (4)
2002
window.
DestroyHandle
();
2023
window.
DestroyHandle
();
2057
window.
DestroyHandle
();
2078
window.
DestroyHandle
();
System\Windows\Forms\NativeWindowTests.cs (10)
123
window2.
DestroyHandle
();
128
window1.
DestroyHandle
();
157
window.
DestroyHandle
();
219
window1.
DestroyHandle
();
229
window.
DestroyHandle
();
239
window.
DestroyHandle
();
250
window.
DestroyHandle
();
259
window.
DestroyHandle
();
284
window.
DestroyHandle
();
463
window.
DestroyHandle
();