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)
1242
protected override ControlBodyGlyph
GetControlGlyph
(GlyphSelectionType selectionType)
2 references to GetControlGlyph
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ControlDesigner.cs (1)
735
internal ControlBodyGlyph GetControlGlyphInternal(GlyphSelectionType selectionType) =>
GetControlGlyph
(selectionType);
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
1319
return (base.
GetControlGlyph
(selectionType));