4 references to new
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ChangeToolStripParentVerb.cs (1)
54ToolboxItem toolboxItem = new(typeof(ToolStripContainer));
System\Windows\Forms\Design\DocumentDesigner.AxToolboxItem.cs (1)
23public AxToolboxItem(string clsid) : base(typeof(AxHost))
System\Windows\Forms\Design\ToolStripDesignerUtils.cs (1)
119tbxItem = new ToolboxItem(itemType);
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ItemTypeToolStripMenuItemTests.cs (1)
48ToolboxItem toolboxItem = new(typeof(string));