1 write to _componentToGlyph
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionUI.cs (1)
104
_componentToGlyph
= [];
7 references to _componentToGlyph
System.Windows.Forms.Design (7)
System\ComponentModel\Design\DesignerActionUI.cs (7)
183
if (!
_componentToGlyph
.TryGetValue(comp, out DesignerActionGlyph? designerActionGlyph))
210
_componentToGlyph
[comp] = designerActionGlyph;
251
if (
_componentToGlyph
.TryGetValue(ce.Component, out DesignerActionGlyph? glyph))
486
if (primarySelection is null || !
_componentToGlyph
.TryGetValue(primarySelection, out DesignerActionGlyph? glyph))
525
if (!
_componentToGlyph
.TryGetValue(relatedObject, out DesignerActionGlyph? glyph))
534
_componentToGlyph
.Remove(relatedObject);
613
if (
_componentToGlyph
.TryGetValue(_lastPanelComponent, out DesignerActionGlyph? currentGlyph))