7 types derived from ControlCollection
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataGridViewControlCollection.cs (1)
20
public class DataGridViewControlCollection : Control.
ControlCollection
winforms\Managed\System\WinForms\Form.cs (1)
7682
public new class ControlCollection : Control.
ControlCollection
{
winforms\Managed\System\WinForms\MDIClient.cs (1)
401
new public class ControlCollection : Control.
ControlCollection
{
winforms\Managed\System\WinForms\TabControl.cs (1)
2713
public new class ControlCollection : Control.
ControlCollection
{
winforms\Managed\System\WinForms\TableLayoutPanel.cs (1)
564
public class TableLayoutControlCollection : Control.
ControlCollection
{
winforms\Managed\System\WinForms\TabPage.cs (1)
787
public class TabPageControlCollection : Control.
ControlCollection
{
winforms\Managed\System\WinForms\WinFormsUtils.cs (1)
488
internal class ReadOnlyControlCollection : Control.
ControlCollection
{
1 instantiation of ControlCollection
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
5736
return new System.Windows.Forms.Control.
ControlCollection
(this);
97 references to ControlCollection
System.Windows.Forms (97)
winforms\Managed\System\WinForms\ContainerControl.cs (3)
1034
ControlCollection
controlsCollection = start.Controls;
1053
ControlCollection
controlsCollection = start.Controls;
1860
Control.
ControlCollection
children = this.Controls;
winforms\Managed\System\WinForms\Control.cs (67)
1803
public
ControlCollection
Controls {
1805
ControlCollection
controlsCollection = (
ControlCollection
)Properties.GetObject(PropControlsCollection);
2891
ControlCollection
controls = (
ControlCollection
)Properties.GetObject(PropControlsCollection);
4299
ControlCollection
controlsCollection = (
ControlCollection
)Properties.GetObject(PropControlsCollection);
5735
protected virtual
ControlCollection
CreateControlsInstance() {
5888
ControlCollection
controlsCollection = (
ControlCollection
)Properties.GetObject(PropControlsCollection);
6038
ControlCollection
controlsCollection = (
ControlCollection
)Properties.GetObject(PropControlsCollection);
6081
ControlCollection
controlsCollection = (
ControlCollection
)Properties.GetObject(PropControlsCollection);
6837
ControlCollection
ctlControls = (
ControlCollection
)this.Properties.GetObject(PropControlsCollection);
6874
ControlCollection
ctlControls = (
ControlCollection
)ctl.Properties.GetObject(PropControlsCollection);
6895
ControlCollection
parentControls = (
ControlCollection
)p.Properties.GetObject(PropControlsCollection);
6958
ControlCollection
parentControls = (
ControlCollection
)p.Properties.GetObject(PropControlsCollection);
7019
ControlCollection
ctlControls = (
ControlCollection
)ctl.Properties.GetObject(PropControlsCollection);
7025
ctlControls = (
ControlCollection
)ctl.Properties.GetObject(PropControlsCollection);
7984
ControlCollection
controlsCollection = (
ControlCollection
)Properties.GetObject(PropControlsCollection);
8013
ControlCollection
controlsCollection = (
ControlCollection
)Properties.GetObject(PropControlsCollection);
8059
ControlCollection
controlsCollection = (
ControlCollection
)Properties.GetObject(PropControlsCollection);
8132
ControlCollection
controlsCollection = (
ControlCollection
)Properties.GetObject(PropControlsCollection);
8185
ControlCollection
controlsCollection = (
ControlCollection
)Properties.GetObject(PropControlsCollection);
8233
ControlCollection
controlsCollection = (
ControlCollection
)Properties.GetObject(PropControlsCollection);
8267
ControlCollection
controlsCollection = (
ControlCollection
)Properties.GetObject(PropControlsCollection);
8300
ControlCollection
controlsCollection = (
ControlCollection
)Properties.GetObject(PropControlsCollection);
8480
ControlCollection
controlsCollection = (
ControlCollection
)Properties.GetObject(PropControlsCollection);
8608
ControlCollection
controlsCollection = (
ControlCollection
)Properties.GetObject(PropControlsCollection);
8628
ControlCollection
controlsCollection = (
ControlCollection
)Properties.GetObject(PropControlsCollection);
9068
ControlCollection
controls = (
ControlCollection
)Properties.GetObject(PropControlsCollection);
9534
ControlCollection
controlsCollection = (
ControlCollection
)Properties.GetObject(PropControlsCollection);
10987
ControlCollection
controlsCollection = (
ControlCollection
)Properties.GetObject(PropControlsCollection);
11216
ControlCollection
controlsCollection = (
ControlCollection
)Properties.GetObject(PropControlsCollection);
11315
ControlCollection
controlsCollection = (
ControlCollection
)Properties.GetObject(PropControlsCollection);
11384
ControlCollection
controlsCollection = (
ControlCollection
)Properties.GetObject(PropControlsCollection);
11597
ControlCollection
controlsCollection = (
ControlCollection
)Properties.GetObject(PropControlsCollection);
14459
ControlCollection
controlsCollection = (
ControlCollection
)Properties.GetObject(PropControlsCollection);
14875
ControlCollection
ccOther = owner.CreateControlsInstance();
14918
private ArrayList FindInternal(string key, bool searchAllChildren,
ControlCollection
controlsToLookIn, ArrayList foundControls) {
15220
private
ControlCollection
controls;
15224
public ControlCollectionEnumerator(
ControlCollection
controls) {
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
5401
protected override Control.
ControlCollection
CreateControlsInstance()
winforms\Managed\System\WinForms\Form.cs (2)
3603
protected override Control.
ControlCollection
CreateControlsInstance() {
4567
Control.
ControlCollection
children = ctlClient.Controls;
winforms\Managed\System\WinForms\Layout\DockAndAnchorLayout.cs (1)
16
using ControlCollection = System.Windows.Forms.Control.
ControlCollection
;
winforms\Managed\System\WinForms\MDIClient.cs (1)
156
protected override Control.
ControlCollection
CreateControlsInstance() {
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
692
public new
ControlCollection
Controls {
winforms\Managed\System\WinForms\RadioButton.cs (2)
503
Control.
ControlCollection
children = parent.Controls;
527
Control.
ControlCollection
children = parent.Controls;
winforms\Managed\System\WinForms\SplitContainer.cs (2)
402
public new Control.
ControlCollection
Controls {
2520
protected override Control.
ControlCollection
CreateControlsInstance() {
winforms\Managed\System\WinForms\Splitter.cs (2)
729
Control.
ControlCollection
children = parent.Controls;
806
Control.
ControlCollection
children = parent.Controls;
winforms\Managed\System\WinForms\StatusBar.cs (1)
1127
Control.
ControlCollection
children = parent.Controls;
winforms\Managed\System\WinForms\TabControl.cs (1)
1094
protected override Control.
ControlCollection
CreateControlsInstance() {
winforms\Managed\System\WinForms\TableLayoutPanel.cs (1)
201
protected override Control.
ControlCollection
CreateControlsInstance() {
winforms\Managed\System\WinForms\TabPage.cs (1)
156
protected override Control.
ControlCollection
CreateControlsInstance () {
winforms\Managed\System\WinForms\ToolStrip.cs (2)
572
public new Control.
ControlCollection
Controls {
4798
protected override Control.
ControlCollection
CreateControlsInstance() {
winforms\Managed\System\WinForms\ToolStripContainer.cs (2)
391
public new Control.
ControlCollection
Controls {
398
protected override Control.
ControlCollection
CreateControlsInstance() {
winforms\Managed\System\WinForms\ToolStripManager.cs (1)
1780
private static MenuStrip GetFirstMenuStripRecursive(Control.
ControlCollection
controlsToLookIn) {
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
457
protected override Control.
ControlCollection
CreateControlsInstance() {
winforms\Managed\System\WinForms\ToolStripSettings.cs (5)
287
private ArrayList FindControls(Type baseType, bool searchAllChildren, Control.
ControlCollection
controlsToLookIn, ArrayList foundControls) {
328
private ArrayList FindToolStripPanels(bool searchAllChildren, Control.
ControlCollection
controlsToLookIn) {
332
private ArrayList FindToolStrips(bool searchAllChildren, Control.
ControlCollection
controlsToLookIn) {
345
Control.
ControlCollection
controlsCollection = start.Controls;
357
Control.
ControlCollection
controlsCollection = start.Controls;