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