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)
245
if (
_lastPanelComponent
is not null && !
_lastPanelComponent
.Equals(ce.Component))
520
if (IsDesignerActionPanelVisible && relatedObject ==
_lastPanelComponent
)
576
get => (IsDesignerActionPanelVisible ?
_lastPanelComponent
: null);
600
Debug.Assert(
_lastPanelComponent
is not null, "last panel component should not be null here... " +
603
if (
_lastPanelComponent
is null)
613
if (_componentToGlyph.TryGetValue(
_lastPanelComponent
, out DesignerActionGlyph? currentGlyph))
615
Point glyphCoord = GetGlyphLocationScreenCoord(
_lastPanelComponent
, currentGlyph);
635
component ??=
_lastPanelComponent
;