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(); 252if (_containerSelectorGlyph is null && Component.Site is not null) 259if (_containerSelectorGlyph is not null && Control.Dock == DockStyle.Top) 262_containerSelectorGlyph.IsExpanded = true; 268if (_containerSelectorGlyph is null) 273_behavior?.OnMouseDown(_containerSelectorGlyph, MouseButtons.Left, Point.Empty); 283if (_containerSelectorGlyph is null && Component.Site is not null) 291return Control.Visible ? _containerSelectorGlyph : null; 347if (_containerSelectorGlyph is null) 352BehaviorService?.Invalidate(_containerSelectorGlyph.Bounds); 368_containerSelectorGlyph?.IsExpanded = false; 384_containerSelectorGlyph?.IsExpanded = false;