4 references to ControlBodyGlyph
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\Behavior\ToolStripPanelSelectionGlyph.cs (1)
25
internal ToolStripPanelSelectionGlyph(Rectangle bounds, Cursor cursor, IComponent relatedComponent, IServiceProvider? _provider, ToolStripPanelSelectionBehavior behavior) :
base
(bounds, cursor, relatedComponent, behavior)
System\Windows\Forms\Design\ControlDesigner.cs (1)
702
g = new
ControlBodyGlyph
(translatedBounds, cursor, Control, MoveBehavior);
System\Windows\Forms\Design\ToolStripDropDownDesigner.cs (1)
699
_dummyToolStripGlyph = new
ControlBodyGlyph
(r, Cursor.Current, _menuItem, new ContextMenuStripBehavior());
System\Windows\Forms\Design\ToolStripItemGlyph.cs (1)
14
public ToolStripItemGlyph(ToolStripItem item, ToolStripItemDesigner itemDesigner, Rectangle bounds, Behavior.Behavior? b) :
base
(bounds, Cursors.Default, item, b)