9 references to Controls
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripContainer.cs (4)
40
if (
Controls
is ToolStripContainerTypedControlCollection controlCollection)
379
foreach (Control c in
Controls
)
385
foreach (Control c in
Controls
)
396
foreach (Control c in
Controls
)
System.Windows.Forms.Design (3)
System\ComponentModel\Design\ToolStripContainerActionList.cs (1)
224
foreach (Control panel in _toolStripContainer.
Controls
)
System\Windows\Forms\Design\ChangeToolStripParentVerb.cs (1)
129
foreach (Control panel in container.
Controls
)
System\Windows\Forms\Design\ToolStripContainerDesigner.cs (1)
151
foreach (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);