14 references to Left
System.Windows.Forms (14)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (3)
578
direction = (actualDock == DockStyle.Right) ? ToolStripDropDownDirection.
Left
: ToolStripDropDownDirection.Right;
586
direction = ((Dock == DockStyle.Right) && (RightToLeft == RightToLeft.No)) ? ToolStripDropDownDirection.
Left
: ToolStripDropDownDirection.Right;
624
case ToolStripDropDownDirection.
Left
:
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (2)
276
? (RightToLeft == RightToLeft.Yes) ? ToolStripDropDownDirection.
Left
: ToolStripDropDownDirection.Right
1035
case ToolStripDropDownDirection.
Left
:
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownItem.cs (7)
175
case ToolStripDropDownDirection.
Left
:
330
case ToolStripDropDownDirection.
Left
:
393
dropDownBounds = DropDownDirectionToDropDownBounds(!rtl ? ToolStripDropDownDirection.Right : ToolStripDropDownDirection.
Left
, dropDownBounds);
399
dropDownBounds = DropDownDirectionToDropDownBounds(!rtl ? ToolStripDropDownDirection.
Left
: ToolStripDropDownDirection.Right, dropDownBounds);
657
return ToolStripDropDownDirection.
Left
;
658
case ToolStripDropDownDirection.
Left
:
667
return (rightToLeft == RightToLeft.Yes) ? ToolStripDropDownDirection.
Left
: ToolStripDropDownDirection.Right;
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderEventArgs.cs (1)
132
case ToolStripDropDownDirection.
Left
:
System\Windows\Forms\Controls\ToolStrips\ToolStripSystemDarkModeRenderer.cs (1)
457
else if (direction == ToolStripDropDownDirection.
Left
)