5 references to Left
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\Behavior\ToolboxItemSnapLineBehavior.cs (3)
131snapDirections |= ToolboxSnapDragDropEventArgs.SnapDirection.Left; 189snapDirections |= ToolboxSnapDragDropEventArgs.SnapDirection.Left; 214snapDirections |= ToolboxSnapDragDropEventArgs.SnapDirection.Left;
System\Windows\Forms\Design\DesignerUtils.cs (2)
584if ((e.SnapDirections & ToolboxSnapDragDropEventArgs.SnapDirection.Left) != 0) 596if ((e.SnapDirections & ToolboxSnapDragDropEventArgs.SnapDirection.Left) != 0)