4 references to MdiChildren
System.Windows.Forms (4)
System\Windows\Forms\Form.cs (1)
1407public Form[] MdiChildren => _ctlClient is not null ? _ctlClient.MdiChildren : ([]);
System\Windows\Forms\MDI\MDIClient.cs (3)
344if (childForm is null && MdiChildren.Length > 0 && MdiChildren[0].IsMdiChildFocusable) 346childForm = MdiChildren[0];