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