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(); 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); 374_containerSelectorGlyph?.IsExpanded = false; 390_containerSelectorGlyph?.IsExpanded = false;