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