4 references to Right
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\Behavior\ToolboxItemSnapLineBehavior.cs (2)
137snapDirections |= ToolboxSnapDragDropEventArgs.SnapDirection.Right; 195snapDirections |= 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)