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)
1343
public override GlyphCollection
GetGlyphs
(GlyphSelectionType selType)
8 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)
1352
GlyphCollection toolStripGlyphs = base.
GetGlyphs
(selType);
System.Windows.Forms.Design.Tests (5)
ControlDesignerTests.cs (5)
235
GlyphCollection glyphs = _designer.
GetGlyphs
(GlyphSelectionType.SelectedPrimary);
245
GlyphCollection glyphs = _designer.
GetGlyphs
(GlyphSelectionType.NotSelected);
255
Action action = () => _designer.
GetGlyphs
(GlyphSelectionType.SelectedPrimary);
272
GlyphCollection glyphs = _designer.
GetGlyphs
(GlyphSelectionType.SelectedPrimary);
301
GlyphCollection glyphs = _designer.
GetGlyphs
(GlyphSelectionType.SelectedPrimary);