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)
183if (!_componentToGlyph.TryGetValue(comp, out DesignerActionGlyph? designerActionGlyph)) 210_componentToGlyph[comp] = designerActionGlyph; 251if (_componentToGlyph.TryGetValue(ce.Component, out DesignerActionGlyph? glyph)) 486if (primarySelection is null || !_componentToGlyph.TryGetValue(primarySelection, out DesignerActionGlyph? glyph)) 525if (!_componentToGlyph.TryGetValue(relatedObject, out DesignerActionGlyph? glyph)) 534_componentToGlyph.Remove(relatedObject); 613if (_componentToGlyph.TryGetValue(_lastPanelComponent, out DesignerActionGlyph? currentGlyph))