16 references to Right
System.Windows.Forms (16)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (5)
578
direction = (actualDock == DockStyle.Right) ? ToolStripDropDownDirection.Left : ToolStripDropDownDirection.
Right
;
581
direction = ToolStripDropDownDirection.
Right
;
586
direction = ((Dock == DockStyle.Right) && (RightToLeft == RightToLeft.No)) ? ToolStripDropDownDirection.Left : ToolStripDropDownDirection.
Right
;
589
direction = ToolStripDropDownDirection.
Right
;
625
case ToolStripDropDownDirection.
Right
:
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (2)
276
? (RightToLeft == RightToLeft.Yes) ? ToolStripDropDownDirection.Left : ToolStripDropDownDirection.
Right
1032
case ToolStripDropDownDirection.
Right
:
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownItem.cs (7)
176
case ToolStripDropDownDirection.
Right
:
320
case ToolStripDropDownDirection.
Right
:
393
dropDownBounds = DropDownDirectionToDropDownBounds(!rtl ? ToolStripDropDownDirection.
Right
: ToolStripDropDownDirection.Left, dropDownBounds);
399
dropDownBounds = DropDownDirectionToDropDownBounds(!rtl ? ToolStripDropDownDirection.Left : ToolStripDropDownDirection.
Right
, dropDownBounds);
656
case ToolStripDropDownDirection.
Right
:
659
return ToolStripDropDownDirection.
Right
;
667
return (rightToLeft == RightToLeft.Yes) ? ToolStripDropDownDirection.Left : ToolStripDropDownDirection.
Right
;
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderEventArgs.cs (1)
131
case ToolStripDropDownDirection.
Right
:
System\Windows\Forms\Controls\ToolStrips\ToolStripSystemDarkModeRenderer.cs (1)
461
else if (direction == ToolStripDropDownDirection.
Right
)