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