5 references to Top
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\Behavior\ResizeBehavior.cs (1)
172lines.Add(new SnapLine(SnapLineType.Top, loc.Y));
System\Windows\Forms\Design\Behavior\SnapLine.cs (1)
79public bool IsHorizontal => SnapLineType is SnapLineType.Top
System\Windows\Forms\Design\Behavior\ToolboxItemSnapLineBehavior.cs (1)
234new(SnapLineType.Top, r.Top),
System\Windows\Forms\Design\ControlDesigner.cs (1)
352snapLines.Add(new SnapLine(SnapLineType.Top, 0, SnapLinePriority.Low));
System\Windows\Forms\Design\ParentControlDesigner.cs (1)
851new SnapLine(SnapLineType.Top, r.Bottom)