7 references to Controls
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripContainer.cs (4)
40if (Controls is ToolStripContainerTypedControlCollection controlCollection) 379foreach (Control c in Controls) 385foreach (Control c in Controls) 396foreach (Control c in Controls)
System.Windows.Forms.Design (3)
System\ComponentModel\Design\ToolStripContainerActionList.cs (1)
215foreach (Control panel in _toolStripContainer.Controls)
System\Windows\Forms\Design\ChangeToolStripParentVerb.cs (1)
126foreach (Control panel in container.Controls)
System\Windows\Forms\Design\ToolStripContainerDesigner.cs (1)
151foreach (Control parent in _toolStripContainer!.Controls)