7 types derived from SelectionGlyphBase
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\Behavior\GrabHandleGlyph.cs (1)
14
internal class GrabHandleGlyph :
SelectionGlyphBase
System\Windows\Forms\Design\Behavior\LockedBorderGlyph.cs (1)
12
internal class LockedBorderGlyph :
SelectionGlyphBase
System\Windows\Forms\Design\Behavior\LockedHandleGlyph.cs (1)
13
internal class LockedHandleGlyph :
SelectionGlyphBase
System\Windows\Forms\Design\Behavior\MiniLockedBorderGlyph.cs (1)
12
internal class MiniLockedBorderGlyph :
SelectionGlyphBase
System\Windows\Forms\Design\Behavior\NoResizeHandleGlyph.cs (1)
13
internal class NoResizeHandleGlyph :
SelectionGlyphBase
System\Windows\Forms\Design\Behavior\NoResizeSelectionBorderGlyph.cs (1)
11
internal class NoResizeSelectionBorderGlyph :
SelectionGlyphBase
System\Windows\Forms\Design\Behavior\SelectionBorderGlyph.cs (1)
11
internal class SelectionBorderGlyph :
SelectionGlyphBase
1 reference to SelectionGlyphBase
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\ResizeBehavior.cs (1)
301
if (g is
SelectionGlyphBase
sgb)