18 references to StandardBehavior
System.Windows.Forms.Design (18)
System\Windows\Forms\Design\ControlDesigner.cs (12)
783
glyphs.Add(new GrabHandleGlyph(translatedBounds, GrabHandleGlyphType.MiddleTop,
StandardBehavior
, primarySelection));
786
glyphs.Add(new GrabHandleGlyph(translatedBounds, GrabHandleGlyphType.UpperLeft,
StandardBehavior
, primarySelection));
791
glyphs.Add(new GrabHandleGlyph(translatedBounds, GrabHandleGlyphType.UpperRight,
StandardBehavior
, primarySelection));
797
glyphs.Add(new GrabHandleGlyph(translatedBounds, GrabHandleGlyphType.MiddleBottom,
StandardBehavior
, primarySelection));
800
glyphs.Add(new GrabHandleGlyph(translatedBounds, GrabHandleGlyphType.LowerLeft,
StandardBehavior
, primarySelection));
805
glyphs.Add(new GrabHandleGlyph(translatedBounds, GrabHandleGlyphType.LowerRight,
StandardBehavior
, primarySelection));
811
glyphs.Add(new GrabHandleGlyph(translatedBounds, GrabHandleGlyphType.MiddleLeft,
StandardBehavior
, primarySelection));
816
glyphs.Add(new GrabHandleGlyph(translatedBounds, GrabHandleGlyphType.MiddleRight,
StandardBehavior
, primarySelection));
820
glyphs.Add(new SelectionBorderGlyph(translatedBounds, rules, SelectionBorderGlyphType.Top,
StandardBehavior
));
821
glyphs.Add(new SelectionBorderGlyph(translatedBounds, rules, SelectionBorderGlyphType.Bottom,
StandardBehavior
));
822
glyphs.Add(new SelectionBorderGlyph(translatedBounds, rules, SelectionBorderGlyphType.Left,
StandardBehavior
));
823
glyphs.Add(new SelectionBorderGlyph(translatedBounds, rules, SelectionBorderGlyphType.Right,
StandardBehavior
));
System\Windows\Forms\Design\DocumentDesigner.cs (5)
567
glyphs.Add(new GrabHandleGlyph(translatedBounds, GrabHandleGlyphType.MiddleRight,
StandardBehavior
, primarySelection));
568
glyphs.Add(new GrabHandleGlyph(translatedBounds, GrabHandleGlyphType.LowerRight,
StandardBehavior
, primarySelection));
569
glyphs.Add(new GrabHandleGlyph(translatedBounds, GrabHandleGlyphType.MiddleBottom,
StandardBehavior
, primarySelection));
571
glyphs.Add(new SelectionBorderGlyph(translatedBounds, rules, SelectionBorderGlyphType.Bottom,
StandardBehavior
));
573
glyphs.Add(new SelectionBorderGlyph(translatedBounds, rules, SelectionBorderGlyphType.Right,
StandardBehavior
));
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
1360
itemDesigner?.GetGlyphs(ref glyphs,
StandardBehavior
);