2 instantiations of ToolStripPanelSelectionGlyph
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (2)
259
_containerSelectorGlyph = new
ToolStripPanelSelectionGlyph
(Rectangle.Empty, Cursors.Default, Control, Component.Site, _behavior);
290
_containerSelectorGlyph = new
ToolStripPanelSelectionGlyph
(Rectangle.Empty, Cursors.Default, Control, Component.Site, _behavior);
5 references to ToolStripPanelSelectionGlyph
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\Behavior\ToolStripPanelSelectionBehavior.cs (2)
76
if (button != MouseButtons.Left || !(glyph is
ToolStripPanelSelectionGlyph
selectionGlyph))
244
if (glyph is
ToolStripPanelSelectionGlyph
selectionGlyph)
System\Windows\Forms\Design\Behavior\ToolStripPanelSelectionGlyph.cs (1)
93
_image = new Bitmap(typeof(
ToolStripPanelSelectionGlyph
), fileName);
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (2)
25
private
ToolStripPanelSelectionGlyph
? _containerSelectorGlyph;
126
public
ToolStripPanelSelectionGlyph
? ToolStripPanelSelectorGlyph { get; private set; }