2 references to 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));