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);
14 references to _containerSelectorGlyph
System.Windows.Forms.Design (14)
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (14)
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
if (
_containerSelectorGlyph
is not null)
376
_containerSelectorGlyph
.IsExpanded = false;
393
if (
_containerSelectorGlyph
is not null)
395
_containerSelectorGlyph
.IsExpanded = false;