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