15 references to Bottom
System.Windows.Forms.Design (15)
System\Windows\Forms\Design\Behavior\NoResizeSelectionBorderGlyph.cs (2)
44
goto case SelectionBorderGlyphType.
Bottom
;
45
case SelectionBorderGlyphType.
Bottom
:
System\Windows\Forms\Design\Behavior\SelectionBorderGlyph.cs (1)
48
case SelectionBorderGlyphType.
Bottom
:
System\Windows\Forms\Design\ComponentTray.cs (1)
1466
gr.FillRectangle(selectionBorderBrush, DesignerUtils.GetBoundsForNoResizeSelectionType(innerRect, SelectionBorderGlyphType.
Bottom
));
System\Windows\Forms\Design\ControlDesigner.cs (3)
767
glyphs.Add(new LockedBorderGlyph(translatedBounds, SelectionBorderGlyphType.
Bottom
));
778
glyphs.Add(new NoResizeSelectionBorderGlyph(translatedBounds, rules, SelectionBorderGlyphType.
Bottom
, MoveBehavior));
836
glyphs.Add(new SelectionBorderGlyph(translatedBounds, rules, SelectionBorderGlyphType.
Bottom
, StandardBehavior));
System\Windows\Forms\Design\DesignerToolStripControlHost.cs (1)
57
glyphs.Add(new MiniLockedBorderGlyph(r, SelectionBorderGlyphType.
Bottom
, standardBehavior));
System\Windows\Forms\Design\DesignerUtils.cs (2)
463
SelectionBorderGlyphType.
Bottom
=> new Rectangle(originalBounds.Left - borderSize, originalBounds.Bottom, originalBounds.Width + 2 * borderSize, borderSize),
486
case SelectionBorderGlyphType.
Bottom
:
System\Windows\Forms\Design\DocumentDesigner.cs (3)
534
glyphs.Add(new LockedBorderGlyph(translatedBounds, SelectionBorderGlyphType.
Bottom
));
548
glyphs.Add(new NoResizeSelectionBorderGlyph(translatedBounds, rules, SelectionBorderGlyphType.
Bottom
, null));
559
glyphs.Add(new SelectionBorderGlyph(translatedBounds, rules, SelectionBorderGlyphType.
Bottom
, StandardBehavior));
System\Windows\Forms\Design\ToolStripItemDesigner.cs (2)
590
glyphs.Add(new MiniLockedBorderGlyph(r, SelectionBorderGlyphType.
Bottom
, standardBehavior));
598
glyphs.Add(new MiniLockedBorderGlyph(r, SelectionBorderGlyphType.
Bottom
, standardBehavior));