3 references to CanRecreateHandle
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (1)
11984if (!f.CanRecreateHandle()) {
winforms\Managed\System\WinForms\Form.cs (1)
387if (!CanRecreateHandle()){
winforms\Managed\System\WinForms\MDIClient.cs (1)
259if (child.CanRecreateHandle() && child.WindowState == FormWindowState.Minimized) {