11 references to ToolStrips
System.Windows.Forms (11)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (2)
144
ToolStripManager.
ToolStrips
.Add(this);
1945
ToolStripManager.
ToolStrips
.Remove(this);
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (9)
150
foreach (ToolStrip toolStrip in
ToolStrips
)
167
foreach (ToolStrip toolStrip in
ToolStrips
)
294
foreach (ToolStrip toolStrip in
ToolStrips
)
336
int index =
ToolStrips
.IndexOf(start);
337
int totalCount =
ToolStrips
.Count;
343
if (
ToolStrips
[index] is not ToolStrip toolStrip ||
716
foreach (ToolStrip toolStrip in
ToolStrips
)
795
foreach (ToolStrip toolStrip in
ToolStrips
)
1063
foreach (ToolStrip toolStrip in
ToolStrips
)