4 references to children
System.Windows.Forms (4)
winforms\Managed\System\WinForms\MDIClient.cs (4)
146
Form[] temp = new Form[
children
.Count];
147
children
.CopyTo(temp, 0);
440
owner.
children
.Add((Form)value);
449
owner.
children
.Remove(value);