3 references to PropMdiChildFocusable
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Form.cs (3)
1385if (this.Properties.ContainsObject(PropMdiChildFocusable)) { 1386return (bool) this.Properties.GetObject(PropMdiChildFocusable); 1392this.Properties.SetObject(PropMdiChildFocusable, value);