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