2 instantiations of ToolStripDropDownGlyph
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (2)
1133
_rootControlGlyph = new
ToolStripDropDownGlyph
(rootControl.Bounds, new DropDownBehavior(designer, this));
1201
_rootControlGlyph = new
ToolStripDropDownGlyph
(dropDown.Bounds, new DropDownBehavior(designer, this));
1 reference to ToolStripDropDownGlyph
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (1)
63
private
ToolStripDropDownGlyph
_rootControlGlyph;