2 writes to IsMdiChildFocusable
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Form.cs (2)
3132activeMdiChild.IsMdiChildFocusable = true; 3730activeMdiChild.IsMdiChildFocusable = false;
2 references to IsMdiChildFocusable
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Form.cs (1)
1391if (value != this.IsMdiChildFocusable) {
winforms\Managed\System\WinForms\MDIClient.cs (1)
367if (childForm == null && MdiChildren.Length > 0 && MdiChildren[0].IsMdiChildFocusable) {