11 references to ToolStrips
System.Windows.Forms (11)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (2)
145
ToolStripManager.
ToolStrips
.Add(this);
1948
ToolStripManager.
ToolStrips
.Remove(this);
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (9)
151
foreach (ToolStrip toolStrip in
ToolStrips
)
168
foreach (ToolStrip toolStrip in
ToolStrips
)
295
foreach (ToolStrip toolStrip in
ToolStrips
)
337
int index =
ToolStrips
.IndexOf(start);
338
int totalCount =
ToolStrips
.Count;
344
if (
ToolStrips
[index] is not ToolStrip toolStrip ||
717
foreach (ToolStrip toolStrip in
ToolStrips
)
796
foreach (ToolStrip toolStrip in
ToolStrips
)
1064
foreach (ToolStrip toolStrip in
ToolStrips
)