Base:
method
GetControlGlyph
System.Windows.Forms.Design.ControlDesigner.GetControlGlyph(System.Windows.Forms.Design.Behavior.GlyphSelectionType)
3 overrides of GetControlGlyph
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\SplitContainerDesigner.cs (1)
196protected override ControlBodyGlyph GetControlGlyph(GlyphSelectionType selectionType)
System\Windows\Forms\Design\TabPageDesigner.cs (1)
40protected override ControlBodyGlyph GetControlGlyph(GlyphSelectionType selectionType)
System\Windows\Forms\Design\ToolStripContainerDesigner.cs (1)
223protected override ControlBodyGlyph GetControlGlyph(GlyphSelectionType selectionType)
3 references to GetControlGlyph
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\SplitContainerDesigner.cs (1)
222return base.GetControlGlyph(selectionType);
System\Windows\Forms\Design\ToolStripContainerDesigner.cs (2)
227return base.GetControlGlyph(selectionType); 268return base.GetControlGlyph(selectionType);