17 references to Left
System.Windows.Forms (11)
winforms\Managed\System\WinForms\ToolStrip.cs (4)
2212direction = ArrowDirection.Left; 2214else if (direction == ArrowDirection.Left) { 2237case ArrowDirection.Left: 4264ToolStripItem nextItem = GetNextItem(start, (forward) ? ArrowDirection.Right : ArrowDirection.Left, /*RTLAware=*/true);
winforms\Managed\System\WinForms\ToolStripItem.cs (3)
4344nextItem = parent.GetNextItem(null, ArrowDirection.Left,/*RTLAware=*/true); 4348nextItem = parent.GetNextItem(Owner, ArrowDirection.Left, /*RTLAware=*/true); 4356parent.GetNextItem(Owner, ArrowDirection.Left, /*RTLAware=*/true);
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (1)
1113ArrowDirection arrowDir = (rightToLeft) ? ArrowDirection.Left : ArrowDirection.Right;
winforms\Managed\System\WinForms\ToolStripProfessionalRenderer.cs (1)
1459case ArrowDirection.Left:
winforms\Managed\System\WinForms\ToolStripRenderer.cs (1)
738case ArrowDirection.Left:
winforms\Managed\System\WinForms\WinFormsUtils.cs (1)
437case ArrowDirection.Left:
System.Workflow.Activities (6)
Designers\StateMachineDesignerPaint.cs (6)
287case ArrowDirection.Left: 305case ArrowDirection.Left: 320case ArrowDirection.Left: 333if (direction2 == ArrowDirection.Left) 339if (direction2 == ArrowDirection.Left) 367return ArrowDirection.Left;