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