4 references to Controls
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStripContainer.cs (4)
52
ToolStripContainerTypedControlCollection controlCollection = this.
Controls
as ToolStripContainerTypedControlCollection;
418
foreach (Control c in this.
Controls
) {
422
foreach (Control c in this.
Controls
) {
432
foreach(Control c in
Controls
) {