7 references to Controls
System.Windows.Forms (7)
winforms\Managed\System\WinForms\StatusStrip.cs (4)
282if (!this.Controls.Contains(RTLGrip)) { 283WindowsFormsUtils.ReadOnlyControlCollection controlCollection = this.Controls as WindowsFormsUtils.ReadOnlyControlCollection; 291if (this.Controls.Contains(rtlLayoutGrip)) { 292WindowsFormsUtils.ReadOnlyControlCollection controlCollection = this.Controls as WindowsFormsUtils.ReadOnlyControlCollection;
winforms\Managed\System\WinForms\ToolStrip.cs (1)
2712Invalidate( this.Controls.Count > 0);
winforms\Managed\System\WinForms\ToolStripControlHost.cs (1)
974toolStrip != null ? (WindowsFormsUtils.ReadOnlyControlCollection) toolStrip.Controls : null;
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
1711foreach(Control control in Controls) {