2 overrides of GetControlGlyph
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ParentControlDesigner.cs (1)
992
protected override ControlBodyGlyph
GetControlGlyph
(GlyphSelectionType selectionType)
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
1259
protected override ControlBodyGlyph
GetControlGlyph
(GlyphSelectionType selectionType)
3 references to GetControlGlyph
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ControlDesigner.cs (1)
720
internal ControlBodyGlyph GetControlGlyphInternal(GlyphSelectionType selectionType) =>
GetControlGlyph
(selectionType);
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
1336
return (base.
GetControlGlyph
(selectionType));
System.Windows.Forms.Design.Tests (1)
TestControlDesigner.cs (1)
71
return
GetControlGlyph
(selectionType);