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