18 references to StandardBehavior
System.Windows.Forms.Design (18)
System\Windows\Forms\Design\ControlDesigner.cs (12)
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));
835
glyphs.Add(new SelectionBorderGlyph(translatedBounds, rules, SelectionBorderGlyphType.Top,
StandardBehavior
));
836
glyphs.Add(new SelectionBorderGlyph(translatedBounds, rules, SelectionBorderGlyphType.Bottom,
StandardBehavior
));
837
glyphs.Add(new SelectionBorderGlyph(translatedBounds, rules, SelectionBorderGlyphType.Left,
StandardBehavior
));
838
glyphs.Add(new SelectionBorderGlyph(translatedBounds, rules, SelectionBorderGlyphType.Right,
StandardBehavior
));
System\Windows\Forms\Design\DocumentDesigner.cs (5)
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));
559
glyphs.Add(new SelectionBorderGlyph(translatedBounds, rules, SelectionBorderGlyphType.Bottom,
StandardBehavior
));
561
glyphs.Add(new SelectionBorderGlyph(translatedBounds, rules, SelectionBorderGlyphType.Right,
StandardBehavior
));
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
1367
itemDesigner?.GetGlyphs(ref glyphs,
StandardBehavior
);