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