15 references to Right
System.Windows.Forms.Design (15)
System\Windows\Forms\Design\Behavior\NoResizeSelectionBorderGlyph.cs (2)
51
goto case SelectionBorderGlyphType.
Right
;
52
case SelectionBorderGlyphType.
Right
:
System\Windows\Forms\Design\Behavior\SelectionBorderGlyph.cs (1)
70
case SelectionBorderGlyphType.
Right
:
System\Windows\Forms\Design\ComponentTray.cs (1)
1468
gr.FillRectangle(selectionBorderBrush, DesignerUtils.GetBoundsForNoResizeSelectionType(innerRect, SelectionBorderGlyphType.
Right
));
System\Windows\Forms\Design\ControlDesigner.cs (3)
769
glyphs.Add(new LockedBorderGlyph(translatedBounds, SelectionBorderGlyphType.
Right
));
780
glyphs.Add(new NoResizeSelectionBorderGlyph(translatedBounds, rules, SelectionBorderGlyphType.
Right
, MoveBehavior));
838
glyphs.Add(new SelectionBorderGlyph(translatedBounds, rules, SelectionBorderGlyphType.
Right
, StandardBehavior));
System\Windows\Forms\Design\DesignerToolStripControlHost.cs (1)
59
glyphs.Add(new MiniLockedBorderGlyph(r, SelectionBorderGlyphType.
Right
, standardBehavior));
System\Windows\Forms\Design\DesignerUtils.cs (2)
465
SelectionBorderGlyphType.
Right
=> new Rectangle(originalBounds.Right, originalBounds.Top - borderSize, borderSize, originalBounds.Height + 2 * borderSize),
494
case SelectionBorderGlyphType.
Right
:
System\Windows\Forms\Design\DocumentDesigner.cs (3)
536
glyphs.Add(new LockedBorderGlyph(translatedBounds, SelectionBorderGlyphType.
Right
));
550
glyphs.Add(new NoResizeSelectionBorderGlyph(translatedBounds, rules, SelectionBorderGlyphType.
Right
, null));
561
glyphs.Add(new SelectionBorderGlyph(translatedBounds, rules, SelectionBorderGlyphType.
Right
, StandardBehavior));
System\Windows\Forms\Design\ToolStripItemDesigner.cs (2)
592
glyphs.Add(new MiniLockedBorderGlyph(r, SelectionBorderGlyphType.
Right
, standardBehavior));
600
glyphs.Add(new MiniLockedBorderGlyph(r, SelectionBorderGlyphType.
Right
, standardBehavior));