20 references to GrabHandleGlyphType
System.Windows.Forms.Design (20)
System\Windows\Forms\Design\Behavior\GrabHandleGlyph.cs (9)
22
internal GrabHandleGlyph(Rectangle controlBounds,
GrabHandleGlyphType
type, Behavior? behavior, bool primarySelection)
32
case
GrabHandleGlyphType
.UpperLeft:
37
case
GrabHandleGlyphType
.UpperRight:
42
case
GrabHandleGlyphType
.LowerRight:
47
case
GrabHandleGlyphType
.LowerLeft:
52
case
GrabHandleGlyphType
.MiddleTop:
64
case
GrabHandleGlyphType
.MiddleBottom:
76
case
GrabHandleGlyphType
.MiddleLeft:
88
case
GrabHandleGlyphType
.MiddleRight:
System\Windows\Forms\Design\ControlDesigner.cs (8)
798
glyphs.Add(new GrabHandleGlyph(translatedBounds,
GrabHandleGlyphType
.MiddleTop, StandardBehavior, primarySelection));
801
glyphs.Add(new GrabHandleGlyph(translatedBounds,
GrabHandleGlyphType
.UpperLeft, StandardBehavior, primarySelection));
806
glyphs.Add(new GrabHandleGlyph(translatedBounds,
GrabHandleGlyphType
.UpperRight, StandardBehavior, primarySelection));
812
glyphs.Add(new GrabHandleGlyph(translatedBounds,
GrabHandleGlyphType
.MiddleBottom, StandardBehavior, primarySelection));
815
glyphs.Add(new GrabHandleGlyph(translatedBounds,
GrabHandleGlyphType
.LowerLeft, StandardBehavior, primarySelection));
820
glyphs.Add(new GrabHandleGlyph(translatedBounds,
GrabHandleGlyphType
.LowerRight, StandardBehavior, primarySelection));
826
glyphs.Add(new GrabHandleGlyph(translatedBounds,
GrabHandleGlyphType
.MiddleLeft, StandardBehavior, primarySelection));
831
glyphs.Add(new GrabHandleGlyph(translatedBounds,
GrabHandleGlyphType
.MiddleRight, StandardBehavior, primarySelection));
System\Windows\Forms\Design\DocumentDesigner.cs (3)
555
glyphs.Add(new GrabHandleGlyph(translatedBounds,
GrabHandleGlyphType
.MiddleRight, StandardBehavior, primarySelection));
556
glyphs.Add(new GrabHandleGlyph(translatedBounds,
GrabHandleGlyphType
.LowerRight, StandardBehavior, primarySelection));
557
glyphs.Add(new GrabHandleGlyph(translatedBounds,
GrabHandleGlyphType
.MiddleBottom, StandardBehavior, primarySelection));