4 references to new
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ToolStripDesigner.cs (3)
495
ToolStripItemGlyph bodyGlyphForddItem =
new
(item, dropDownItemDesigner, bounds, toolStripBehavior);
669
ToolStripItemGlyph bodyGlyphForItem =
new
(item, designer, bounds, toolStripBehavior);
1326
ToolStripItemGlyph bodyGlyphForItem =
new
(item, itemDesigner, itemBounds, toolStripBehavior);
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (1)
395
ToolStripItemGlyph bodyGlyphForddItem =
new
(item, dropDownItemDesigner, bounds, toolStripBehavior);