4 references to Right
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\Behavior\ToolboxItemSnapLineBehavior.cs (2)
137
snapDirections |= ToolboxSnapDragDropEventArgs.SnapDirection.
Right
;
195
snapDirections |= ToolboxSnapDragDropEventArgs.SnapDirection.
Right
;
System\Windows\Forms\Design\DesignerUtils.cs (2)
588
else if ((e.SnapDirections & ToolboxSnapDragDropEventArgs.SnapDirection.
Right
) != 0)
601
else if ((e.SnapDirections & ToolboxSnapDragDropEventArgs.SnapDirection.
Right
) != 0)