6 references to Right
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\Behavior\ToolboxItemSnapLineBehavior.cs (2)
135snapDirections |= ToolboxSnapDragDropEventArgs.SnapDirection.Right; 193snapDirections |= ToolboxSnapDragDropEventArgs.SnapDirection.Right;
System\Windows\Forms\Design\DesignerUtils.cs (2)
588else if ((e.SnapDirections & ToolboxSnapDragDropEventArgs.SnapDirection.Right) != 0) 601else if ((e.SnapDirections & ToolboxSnapDragDropEventArgs.SnapDirection.Right) != 0)
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\DesignerUtilsTests.cs (2)
514[InlineData(0, 0, 100, 100, 10, 10, ToolboxSnapDragDropEventArgs.SnapDirection.Right, false, -90, 0)] 516[InlineData(0, 0, 100, 100, 10, 10, ToolboxSnapDragDropEventArgs.SnapDirection.Right, true, -10, 0)]