9 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)
236
new(SnapLineType.
Bottom
, r.Bottom),
System\Windows\Forms\Design\ControlCommandSet.cs (1)
501
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),
System.Windows.Forms.Design.Tests (3)
System\Windows\Forms\Design\Behavior\SnapLineTests.cs (2)
63
[InlineData(SnapLineType.
Bottom
, true)]
78
[InlineData(SnapLineType.
Bottom
, false)]
System\Windows\Forms\Design\ParentControlDesignerTests.cs (1)
43
.And.Contain(sl => sl.SnapLineType == SnapLineType.
Bottom
)