16 references to Right
System.Windows.Forms (16)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (5)
578direction = (actualDock == DockStyle.Right) ? ToolStripDropDownDirection.Left : ToolStripDropDownDirection.Right; 581direction = ToolStripDropDownDirection.Right; 586direction = ((Dock == DockStyle.Right) && (RightToLeft == RightToLeft.No)) ? ToolStripDropDownDirection.Left : ToolStripDropDownDirection.Right; 589direction = ToolStripDropDownDirection.Right; 625case 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: 393dropDownBounds = DropDownDirectionToDropDownBounds(!rtl ? ToolStripDropDownDirection.Right : ToolStripDropDownDirection.Left, dropDownBounds); 399dropDownBounds = DropDownDirectionToDropDownBounds(!rtl ? ToolStripDropDownDirection.Left : ToolStripDropDownDirection.Right, dropDownBounds); 656case ToolStripDropDownDirection.Right: 659return ToolStripDropDownDirection.Right; 667return (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)