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