16 references to Right
System.Windows.Forms (16)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (5)
583direction = (actualDock == DockStyle.Right) ? ToolStripDropDownDirection.Left : ToolStripDropDownDirection.Right; 586direction = ToolStripDropDownDirection.Right; 591direction = ((Dock == DockStyle.Right) && (RightToLeft == RightToLeft.No)) ? ToolStripDropDownDirection.Left : ToolStripDropDownDirection.Right; 594direction = ToolStripDropDownDirection.Right; 630case ToolStripDropDownDirection.Right:
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (2)
276? (RightToLeft == RightToLeft.Yes) ? ToolStripDropDownDirection.Left : ToolStripDropDownDirection.Right 1032case ToolStripDropDownDirection.Right:
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownItem.cs (7)
176case ToolStripDropDownDirection.Right: 320case ToolStripDropDownDirection.Right: 395dropDownBounds = DropDownDirectionToDropDownBounds(!rtl ? ToolStripDropDownDirection.Right : ToolStripDropDownDirection.Left, dropDownBounds); 401dropDownBounds = DropDownDirectionToDropDownBounds(!rtl ? ToolStripDropDownDirection.Left : ToolStripDropDownDirection.Right, dropDownBounds); 658case ToolStripDropDownDirection.Right: 661return ToolStripDropDownDirection.Right; 669return (rightToLeft == RightToLeft.Yes) ? ToolStripDropDownDirection.Left : ToolStripDropDownDirection.Right;
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderEventArgs.cs (1)
131case ToolStripDropDownDirection.Right:
System\Windows\Forms\Controls\ToolStrips\ToolStripSystemDarkModeRenderer.cs (1)
461else if (direction == ToolStripDropDownDirection.Right)