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