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
)
333
int index =
ToolStrips
.IndexOf(start);
334
int totalCount =
ToolStrips
.Count;
340
if (
ToolStrips
[index] is not ToolStrip toolStrip ||
713
foreach (ToolStrip toolStrip in
ToolStrips
)
792
foreach (ToolStrip toolStrip in
ToolStrips
)
1060
foreach (ToolStrip toolStrip in
ToolStrips
)