2 writes to _containerSelectorGlyph
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);
12 references to _containerSelectorGlyph
System.Windows.Forms.Design (12)
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (12)
159
=>
_containerSelectorGlyph
?.UpdateGlyph();
255
if (
_containerSelectorGlyph
is null && Component.Site is not null)
262
if (
_containerSelectorGlyph
is not null && Control.Dock == DockStyle.Top)
265
_containerSelectorGlyph
.IsExpanded = true;
271
if (
_containerSelectorGlyph
is null)
276
_behavior?.OnMouseDown(
_containerSelectorGlyph
, MouseButtons.Left, Point.Empty);
286
if (
_containerSelectorGlyph
is null && Component.Site is not null)
294
return Control.Visible ?
_containerSelectorGlyph
: null;
353
if (
_containerSelectorGlyph
is null)
358
BehaviorService?.Invalidate(
_containerSelectorGlyph
.Bounds);
374
_containerSelectorGlyph
?.IsExpanded = false;
390
_containerSelectorGlyph
?.IsExpanded = false;