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