2 writes to IsMdiChildFocusable
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
2801
activeMdiChild.
IsMdiChildFocusable
= true;
3384
activeMdiChild.
IsMdiChildFocusable
= false;
1 reference to IsMdiChildFocusable
System.Windows.Forms (1)
System\Windows\Forms\MDI\MDIClient.cs (1)
348
if (childForm is null && MdiChildren.Length > 0 && MdiChildren[0].
IsMdiChildFocusable
)