15 references to Right
System.Windows.Forms (15)
winforms\Managed\System\WinForms\ToolStrip.cs (5)
705
direction = (actualDock == DockStyle.Right) ? ToolStripDropDownDirection.Left : ToolStripDropDownDirection.
Right
;
708
direction = ToolStripDropDownDirection.
Right
;
713
direction = ((Dock == DockStyle.Right) && (RightToLeft == RightToLeft.No)) ? ToolStripDropDownDirection.Left : ToolStripDropDownDirection.
Right
;
716
direction = ToolStripDropDownDirection.
Right
;
745
case ToolStripDropDownDirection.
Right
:
winforms\Managed\System\WinForms\ToolStripDropDown.cs (2)
385
return (RightToLeft == RightToLeft.Yes)? ToolStripDropDownDirection.Left : ToolStripDropDownDirection.
Right
;
1258
case ToolStripDropDownDirection.
Right
:
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (7)
155
case ToolStripDropDownDirection.
Right
:
328
case ToolStripDropDownDirection.
Right
:
395
dropDownBounds = DropDownDirectionToDropDownBounds(!rtl ? ToolStripDropDownDirection.
Right
: ToolStripDropDownDirection.Left, dropDownBounds);
400
dropDownBounds = DropDownDirectionToDropDownBounds(!rtl ? ToolStripDropDownDirection.Left : ToolStripDropDownDirection.
Right
, dropDownBounds);
638
case ToolStripDropDownDirection.
Right
:
641
return ToolStripDropDownDirection.
Right
;
647
return (rightToLeft == RightToLeft.Yes) ? ToolStripDropDownDirection.Left : ToolStripDropDownDirection.
Right
;
winforms\Managed\System\WinForms\ToolStripRenderEventArgs.cs (1)
134
case ToolStripDropDownDirection.
Right
: