5 references to GetDesignerActionGlyph
System.Windows.Forms.Design (5)
System\ComponentModel\Design\DesignerActionUI.cs (2)
311DesignerActionGlyph? glyph = GetDesignerActionGlyph(comp); 387DesignerActionGlyph? relatedGlyph = GetDesignerActionGlyph(component);
System\Windows\Forms\Design\ComponentTray.cs (1)
2651Glyph g = _behaviorSvc.DesignerActionUI.GetDesignerActionGlyph(comp);
System\Windows\Forms\Design\ControlDesigner.cs (2)
771Glyph? dapGlyph = designerActionUI.GetDesignerActionGlyph(Component); 829Glyph? dapGlyph = designerActionUI.GetDesignerActionGlyph(Component);