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