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