6 references to Bottom
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\Behavior\ResizeBehavior.cs (1)
164
lines.Add(new SnapLine(SnapLineType.
Bottom
, loc.Y - 1));
System\Windows\Forms\Design\Behavior\SnapLine.cs (1)
80
or SnapLineType.
Bottom
System\Windows\Forms\Design\Behavior\ToolboxItemSnapLineBehavior.cs (1)
233
new(SnapLineType.
Bottom
, r.Bottom),
System\Windows\Forms\Design\ControlCommandSet.cs (1)
498
lines.Add(new SnapLine(SnapLineType.
Bottom
, pt.Y + primaryControl.Height - 1));
System\Windows\Forms\Design\ControlDesigner.cs (1)
353
snapLines.Add(new SnapLine(SnapLineType.
Bottom
, height - 1, SnapLinePriority.Low));
System\Windows\Forms\Design\ParentControlDesigner.cs (1)
850
new SnapLine(SnapLineType.
Bottom
, r.Bottom),