3 references to Bottom
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\Behavior\ToolboxItemSnapLineBehavior.cs (2)
155
snapDirections |= ToolboxSnapDragDropEventArgs.SnapDirection.
Bottom
;
177
snapDirections |= ToolboxSnapDragDropEventArgs.SnapDirection.
Bottom
;
System\Windows\Forms\Design\DesignerUtils.cs (1)
576
else if ((e.SnapDirections & ToolboxSnapDragDropEventArgs.SnapDirection.
Bottom
) != 0)