4 references to Bottom
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\Behavior\ToolboxItemSnapLineBehavior.cs (2)
153snapDirections |= ToolboxSnapDragDropEventArgs.SnapDirection.Bottom; 175snapDirections |= ToolboxSnapDragDropEventArgs.SnapDirection.Bottom;
System\Windows\Forms\Design\DesignerUtils.cs (1)
576else if ((e.SnapDirections & ToolboxSnapDragDropEventArgs.SnapDirection.Bottom) != 0)
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\DesignerUtilsTests.cs (1)
512[InlineData(0, 0, 100, 100, 10, 10, ToolboxSnapDragDropEventArgs.SnapDirection.Bottom, false, 0, -90)]