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