3 references to CanRecreateHandle
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (1)
10159
if (!f.
CanRecreateHandle
())
System\Windows\Forms\Form.cs (1)
254
if (value && !
CanRecreateHandle
())
System\Windows\Forms\MDI\MDIClient.cs (1)
247
if (Controls[i] is Form child && child.
CanRecreateHandle
() && child.WindowState == FormWindowState.Minimized)