11 instantiations of GrabHandleGlyph
System.Windows.Forms.Design (11)
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));
8 references to GrabHandleGlyph
System.Windows.Forms.Design.Tests (8)
ControlDesignerTests.cs (8)
305
(typeof(
GrabHandleGlyph
), SelectionRules.None),
306
(typeof(
GrabHandleGlyph
), SelectionRules.TopSizeable | SelectionRules.LeftSizeable),
307
(typeof(
GrabHandleGlyph
), SelectionRules.TopSizeable | SelectionRules.RightSizeable),
308
(typeof(
GrabHandleGlyph
), SelectionRules.None),
309
(typeof(
GrabHandleGlyph
), SelectionRules.BottomSizeable | SelectionRules.LeftSizeable),
310
(typeof(
GrabHandleGlyph
), SelectionRules.BottomSizeable | SelectionRules.RightSizeable),
311
(typeof(
GrabHandleGlyph
), SelectionRules.None),
312
(typeof(
GrabHandleGlyph
), SelectionRules.None),