6 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)
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\DesignerUtilsTests.cs (1)
513[InlineData(0, 0, 100, 100, 10, 10, ToolboxSnapDragDropEventArgs.SnapDirection.Left, false, 10, 0)]