14 references to Right
System.Windows.Forms (12)
winforms\Managed\System\WinForms\ToolStrip.cs (4)
2211
if (direction == ArrowDirection.
Right
) {
2215
direction = ArrowDirection.
Right
;
2235
case ArrowDirection.
Right
:
4264
ToolStripItem nextItem = GetNextItem(start, (forward) ? ArrowDirection.
Right
: ArrowDirection.Left, /*RTLAware=*/true);
winforms\Managed\System\WinForms\ToolStripItem.cs (3)
4341
nextItem = parent.GetNextItem(null, ArrowDirection.
Right
, /*RTLAware=*/true);
4352
nextItem = parent.GetNextItem(Owner, ArrowDirection.
Right
, /*RTLAware=*/true);
4360
parent.GetNextItem(Owner, ArrowDirection.
Right
, /*RTLAware=*/true);
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (1)
1113
ArrowDirection arrowDir = (rightToLeft) ? ArrowDirection.Left : ArrowDirection.
Right
;
winforms\Managed\System\WinForms\ToolStripProfessionalRenderer.cs (2)
164
ArrowDirection direction = (horizontal) ? ArrowDirection.Down : ArrowDirection.
Right
;
1467
case ArrowDirection.
Right
:
winforms\Managed\System\WinForms\ToolStripRenderer.cs (1)
745
case ArrowDirection.
Right
:
winforms\Managed\System\WinForms\WinFormsUtils.cs (1)
438
case ArrowDirection.
Right
:
System.Workflow.Activities (2)
Designers\StateMachineDesignerPaint.cs (2)
326
case ArrowDirection.
Right
:
364
return ArrowDirection.
Right
;