1 override of DestroyHandle
System.Windows.Forms (1)
System\Windows\Forms\Timer.cs (1)
321public 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)
243nativeWindow?.DestroyHandle();
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (2)
148_tipWindow.DestroyHandle(); 163DestroyHandle();
System\Windows\Forms\Form.cs (1)
6881_ownerWindow.DestroyHandle();
System\Windows\Forms\NotifyIcon.cs (1)
395_window.DestroyHandle();
System\Windows\Forms\Timer.cs (2)
311base.DestroyHandle(); 326base.DestroyHandle();
System\Windows\Forms\ToolTip\ToolTip.cs (1)
893_window.DestroyHandle();
System.Windows.Forms.Tests (14)
System\Windows\Forms\ControlTests.Methods.cs (4)
2002window.DestroyHandle(); 2023window.DestroyHandle(); 2057window.DestroyHandle(); 2078window.DestroyHandle();
System\Windows\Forms\NativeWindowTests.cs (10)
123window2.DestroyHandle(); 128window1.DestroyHandle(); 157window.DestroyHandle(); 219window1.DestroyHandle(); 229window.DestroyHandle(); 239window.DestroyHandle(); 250window.DestroyHandle(); 259window.DestroyHandle(); 284window.DestroyHandle(); 463window.DestroyHandle();