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