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(); 255if (_containerSelectorGlyph is null && Component.Site is not null) 262if (_containerSelectorGlyph is not null && Control.Dock == DockStyle.Top) 265_containerSelectorGlyph.IsExpanded = true; 271if (_containerSelectorGlyph is null) 276_behavior?.OnMouseDown(_containerSelectorGlyph, MouseButtons.Left, Point.Empty); 286if (_containerSelectorGlyph is null && Component.Site is not null) 294return Control.Visible ? _containerSelectorGlyph : null; 353if (_containerSelectorGlyph is null) 358BehaviorService?.Invalidate(_containerSelectorGlyph.Bounds); 374if (_containerSelectorGlyph is not null) 376_containerSelectorGlyph.IsExpanded = false; 393if (_containerSelectorGlyph is not null) 395_containerSelectorGlyph.IsExpanded = false;