2 writes to _containerSelectorGlyph
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (2)
256
_containerSelectorGlyph
= new ToolStripPanelSelectionGlyph(Rectangle.Empty, Cursors.Default, Control, Component.Site, _behavior);
287
_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();
252
if (
_containerSelectorGlyph
is null && Component.Site is not null)
259
if (
_containerSelectorGlyph
is not null && Control.Dock == DockStyle.Top)
262
_containerSelectorGlyph
.IsExpanded = true;
268
if (
_containerSelectorGlyph
is null)
273
_behavior?.OnMouseDown(
_containerSelectorGlyph
, MouseButtons.Left, Point.Empty);
283
if (
_containerSelectorGlyph
is null && Component.Site is not null)
291
return Control.Visible ?
_containerSelectorGlyph
: null;
347
if (
_containerSelectorGlyph
is null)
352
BehaviorService?.Invalidate(
_containerSelectorGlyph
.Bounds);
368
_containerSelectorGlyph
?.IsExpanded = false;
384
_containerSelectorGlyph
?.IsExpanded = false;