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