10 references to ControlCollection
Microsoft.AspNetCore.Components.WebView.WindowsForms (1)
BlazorWebView.cs (1)
318
public BlazorWebViewControlCollection(BlazorWebView owner) :
base
(owner)
System.Windows.Forms (8)
System\Windows\Forms\Control.cs (1)
4527
return new
ControlCollection
(this);
System\Windows\Forms\Controls\DataGridView\DataGridView.ControlCollection.cs (1)
15
:
base
(owner)
System\Windows\Forms\Controls\TabControl\TabControl.ControlCollection.cs (1)
14
public ControlCollection(TabControl owner) :
base
(owner)
System\Windows\Forms\Controls\TabControl\TabPage.TabPageControlCollection.cs (1)
16
public TabPageControlCollection(TabPage owner) :
base
(owner)
System\Windows\Forms\Form.ControlCollection.cs (1)
21
:
base
(owner)
System\Windows\Forms\Internal\ReadOnlyControlCollection.cs (1)
16
:
base
(owner)
System\Windows\Forms\MDI\MDIClient.ControlCollection.cs (1)
15
public ControlCollection(MdiClient owner) :
base
(owner)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutControlCollection.cs (1)
16
public TableLayoutControlCollection(TableLayoutPanel container) :
base
(container.OrThrowIfNull())
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ControlDesigner.DesignerControlCollection.cs (1)
20
public DesignerControlCollection(Control owner) :
base
(owner) => _realCollection = owner.Controls;