2 overrides of GetGlyphs
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ParentControlDesigner.cs (1)
1031
public override GlyphCollection
GetGlyphs
(GlyphSelectionType selectionType)
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
1326
public override GlyphCollection
GetGlyphs
(GlyphSelectionType selType)
3 references to GetGlyphs
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\Behavior\SelectionManager.cs (1)
155
GlyphCollection glyphs = controlDesigner.
GetGlyphs
(selType);
System\Windows\Forms\Design\ParentControlDesigner.cs (1)
1033
GlyphCollection glyphs = base.
GetGlyphs
(selectionType);
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
1335
GlyphCollection toolStripGlyphs = base.
GetGlyphs
(selType);