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