2 references to new
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripMenuItemTests.cs (2)
246
using ToolStripMenuItem item =
new
(text, image, dropDownItems);
421
public SubToolStripMenuItem(string text, Image image, params ToolStripItem[] dropDownItems) :
base
(text, image, dropDownItems)