8 references to Controls
System.Windows.Forms (7)
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (4)
275if (!Controls.Contains(RTLGrip)) 277if (Controls is ReadOnlyControlCollection controlCollection) 285if (Controls.Contains(_rtlLayoutGrip)) 287if (Controls is ReadOnlyControlCollection controlCollection)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
2519Invalidate(Controls.Count > 0);
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (1)
797=> (ReadOnlyControlCollection?)toolStrip?.Controls;
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
1475foreach (Control control in Controls)
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (1)
1686next = toolStripItem.Owner.Controls[0];