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