1 override of DestroyHandle
System.Windows.Forms (1)
System\Windows\Forms\Timer.cs (1)
321public override void DestroyHandle()
10 references to DestroyHandle
System.Windows.Forms (10)
System\Windows\Forms\Control.cs (1)
4761_window.DestroyHandle();
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
4673_dropDownOwnerWindow?.DestroyHandle();
System\Windows\Forms\Dialogs\CommonDialogs\CommonDialog.cs (1)
257nativeWindow?.DestroyHandle();
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (2)
144_tipWindow?.DestroyHandle(); 158DestroyHandle();
System\Windows\Forms\Form.cs (1)
6985_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();