72 references to ControlCollection
Microsoft.AspNetCore.Components.WebView.WindowsForms (1)
BlazorWebView.cs (1)
318
public BlazorWebViewControlCollection(BlazorWebView owner) :
base
(owner)
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (1)
4438
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.Design (1)
System\Windows\Forms\Design\ControlDesigner.DesignerControlCollection.cs (1)
20
public DesignerControlCollection(Control owner) :
base
(owner) => _realCollection = owner.Controls;
System.Windows.Forms.Tests (63)
System\Windows\Forms\ControlTests.ControlCollection.cs (61)
20
Control.ControlCollection collection =
new
(owner);
30
Assert.Throws<ArgumentNullException>("owner", () => new Control.
ControlCollection
(null));
39
var collection = new Control.
ControlCollection
(owner);
394
var collection = new Control.
ControlCollection
(owner);
547
var collection = new Control.
ControlCollection
(owner);
590
var collection = new Control.
ControlCollection
(owner);
645
var collection = new Control.
ControlCollection
(owner);
795
var collection = new Control.
ControlCollection
(owner);
948
var collection = new Control.
ControlCollection
(owner);
1021
var collection = new Control.
ControlCollection
(owner);
1116
var collection = new Control.
ControlCollection
(owner);
1135
var collection = new Control.
ControlCollection
(owner);
1159
var collection = new Control.
ControlCollection
(owner);
1172
var collection = new Control.
ControlCollection
(owner);
1184
var collection = new Control.
ControlCollection
(owner);
1200
var collection = new Control.
ControlCollection
(owner);
1280
var collection = new Control.
ControlCollection
(owner);
1291
var collection = new Control.
ControlCollection
(owner)
1341
var sourceCollection = new Control.
ControlCollection
(owner);
1381
var collection = new Control.
ControlCollection
(owner);
1418
var collection = new Control.
ControlCollection
(owner)
1517
var collection = new Control.
ControlCollection
(owner);
1526
var collection = new Control.
ControlCollection
(owner);
1540
var collection = new Control.
ControlCollection
(owner);
1554
var collection = new Control.
ControlCollection
(owner);
1577
var collection = new Control.
ControlCollection
(owner);
1591
var collection = new Control.
ControlCollection
(owner);
1615
var collection = new Control.
ControlCollection
(owner)
1652
var collection = new Control.
ControlCollection
(owner);
1677
var collection = new Control.
ControlCollection
(owner)
1710
var collection = new Control.
ControlCollection
(owner)
1747
var collection = new Control.
ControlCollection
(owner);
1784
var collection = new Control.
ControlCollection
(owner)
1817
var collection = new Control.
ControlCollection
(owner)
1853
var collection = new Control.
ControlCollection
(owner)
1874
var collection = new Control.
ControlCollection
(owner)
1893
var collection = new Control.
ControlCollection
(owner);
1905
var collection = new Control.
ControlCollection
(owner)
1918
var collection = new Control.
ControlCollection
(owner)
1980
var collection = new Control.
ControlCollection
(owner)
2216
var collection1 = new Control.
ControlCollection
(owner1);
2217
var collection2 = new Control.
ControlCollection
(owner2);
2241
var collection = new Control.
ControlCollection
(owner)
2287
var collection = new Control.
ControlCollection
(owner)
2345
var collection = new Control.
ControlCollection
(owner)
2489
var collection = new Control.
ControlCollection
(owner)
2621
var collection = new Control.
ControlCollection
(owner)
2685
var collection = new Control.
ControlCollection
(owner)
2772
var collection = new Control.
ControlCollection
(owner)
2850
var collection = new Control.
ControlCollection
(owner)
2906
var collection = new Control.
ControlCollection
(owner);
2918
var collection = new Control.
ControlCollection
(owner)
2943
var collection = new Control.
ControlCollection
(owner)
3019
var collection = new Control.
ControlCollection
(owner)
3041
var collection = new Control.
ControlCollection
(owner)
3109
var collection = new Control.
ControlCollection
(owner)
3414
var collection = new Control.
ControlCollection
(owner);
3423
var collection = new Control.
ControlCollection
(owner)
3508
IList collection = new Control.
ControlCollection
(owner);
3519
IList collection = new Control.
ControlCollection
(owner)
3579
IList collection = new Control.
ControlCollection
(owner);
System\Windows\Forms\ControlTests.Properties.cs (1)
3649
yield return new object[] { new Control.
ControlCollection
(new Control()) };
System\Windows\Forms\StatusStripTests.cs (1)
1259
protected override ControlCollection CreateControlsInstance() =>
new
(this);