2 references to ToolStrip
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripTests.cs (2)
326Assert.Throws<ArgumentNullException>("toolStripItems", () => new ToolStrip(null)); 7522public SubToolStrip(ToolStripItem[] items) : base(items)