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