3 writes to _lastPanelComponent
System.Windows.Forms.Design (3)
System\ComponentModel\Design\DesignerActionUI.cs (3)
86_lastPanelComponent = null; 625_lastPanelComponent = null; 737_lastPanelComponent = relatedComponent;
9 references to _lastPanelComponent
System.Windows.Forms.Design (9)
System\ComponentModel\Design\DesignerActionUI.cs (9)
245if (_lastPanelComponent is not null && !_lastPanelComponent.Equals(ce.Component)) 520if (IsDesignerActionPanelVisible && relatedObject == _lastPanelComponent) 576get => (IsDesignerActionPanelVisible ? _lastPanelComponent : null); 600Debug.Assert(_lastPanelComponent is not null, "last panel component should not be null here... " + 603if (_lastPanelComponent is null) 613if (_componentToGlyph.TryGetValue(_lastPanelComponent, out DesignerActionGlyph? currentGlyph)) 615Point glyphCoord = GetGlyphLocationScreenCoord(_lastPanelComponent, currentGlyph); 635component ??= _lastPanelComponent;