8 references to ControlCollection
System.Windows.Forms (8)
winforms\Managed\System\WinForms\Control.cs (1)
5736return new System.Windows.Forms.Control.ControlCollection(this);
winforms\Managed\System\WinForms\DataGridViewControlCollection.cs (1)
26: base(owner)
winforms\Managed\System\WinForms\Form.cs (1)
7693: base(owner) {
winforms\Managed\System\WinForms\MDIClient.cs (1)
411: base(owner) {
winforms\Managed\System\WinForms\TabControl.cs (1)
2725: base(owner) {
winforms\Managed\System\WinForms\TableLayoutPanel.cs (1)
568public TableLayoutControlCollection(TableLayoutPanel container) : base(container) {
winforms\Managed\System\WinForms\TabPage.cs (1)
793public TabPageControlCollection (TabPage owner) : base(owner) {
winforms\Managed\System\WinForms\WinFormsUtils.cs (1)
493public ReadOnlyControlCollection(Control owner, bool isReadOnly) : base(owner) {