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)
4672_window.DestroyHandle();
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
4648_dropDownOwnerWindow?.DestroyHandle();
System\Windows\Forms\Dialogs\CommonDialogs\CommonDialog.cs (1)
257nativeWindow?.DestroyHandle();
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (2)
149_tipWindow.DestroyHandle(); 164DestroyHandle();
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)
1971window.DestroyHandle(); 1992window.DestroyHandle(); 2026window.DestroyHandle(); 2047window.DestroyHandle();
System\Windows\Forms\NativeWindowTests.cs (10)
125window2.DestroyHandle(); 130window1.DestroyHandle(); 159window.DestroyHandle(); 221window1.DestroyHandle(); 231window.DestroyHandle(); 241window.DestroyHandle(); 252window.DestroyHandle(); 261window.DestroyHandle(); 286window.DestroyHandle(); 465window.DestroyHandle();