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