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