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)
76if (button != MouseButtons.Left || !(glyph is ToolStripPanelSelectionGlyph selectionGlyph)) 244if (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)
25private ToolStripPanelSelectionGlyph? _containerSelectorGlyph; 126public ToolStripPanelSelectionGlyph? ToolStripPanelSelectorGlyph { get; private set; }