9 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)
224foreach (Control panel in _toolStripContainer.Controls)
System\Windows\Forms\Design\ChangeToolStripParentVerb.cs (1)
129foreach (Control panel in container.Controls)
System\Windows\Forms\Design\ToolStripContainerDesigner.cs (1)
151foreach (Control parent in _toolStripContainer!.Controls)
System.Windows.Forms.Tests (2)
ToolStripContainerTests.cs (2)
36_toolStripContainer.Controls.Should().NotBeNull(); 37_toolStripContainer.Controls.Count.Should().Be(5);