11 instantiations of GrabHandleGlyph
System.Windows.Forms.Design (11)
System\Windows\Forms\Design\ControlDesigner.cs (8)
798glyphs.Add(new GrabHandleGlyph(translatedBounds, GrabHandleGlyphType.MiddleTop, StandardBehavior, primarySelection)); 801glyphs.Add(new GrabHandleGlyph(translatedBounds, GrabHandleGlyphType.UpperLeft, StandardBehavior, primarySelection)); 806glyphs.Add(new GrabHandleGlyph(translatedBounds, GrabHandleGlyphType.UpperRight, StandardBehavior, primarySelection)); 812glyphs.Add(new GrabHandleGlyph(translatedBounds, GrabHandleGlyphType.MiddleBottom, StandardBehavior, primarySelection)); 815glyphs.Add(new GrabHandleGlyph(translatedBounds, GrabHandleGlyphType.LowerLeft, StandardBehavior, primarySelection)); 820glyphs.Add(new GrabHandleGlyph(translatedBounds, GrabHandleGlyphType.LowerRight, StandardBehavior, primarySelection)); 826glyphs.Add(new GrabHandleGlyph(translatedBounds, GrabHandleGlyphType.MiddleLeft, StandardBehavior, primarySelection)); 831glyphs.Add(new GrabHandleGlyph(translatedBounds, GrabHandleGlyphType.MiddleRight, StandardBehavior, primarySelection));
System\Windows\Forms\Design\DocumentDesigner.cs (3)
555glyphs.Add(new GrabHandleGlyph(translatedBounds, GrabHandleGlyphType.MiddleRight, StandardBehavior, primarySelection)); 556glyphs.Add(new GrabHandleGlyph(translatedBounds, GrabHandleGlyphType.LowerRight, StandardBehavior, primarySelection)); 557glyphs.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),