13 references to Left
System.Windows.Forms (13)
winforms\Managed\System\WinForms\ToolStrip.cs (3)
705
direction = (actualDock == DockStyle.Right) ? ToolStripDropDownDirection.
Left
: ToolStripDropDownDirection.Right;
713
direction = ((Dock == DockStyle.Right) && (RightToLeft == RightToLeft.No)) ? ToolStripDropDownDirection.
Left
: ToolStripDropDownDirection.Right;
744
case ToolStripDropDownDirection.
Left
:
winforms\Managed\System\WinForms\ToolStripDropDown.cs (2)
385
return (RightToLeft == RightToLeft.Yes)? ToolStripDropDownDirection.
Left
: ToolStripDropDownDirection.Right;
1261
case ToolStripDropDownDirection.
Left
:
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (7)
154
case ToolStripDropDownDirection.
Left
:
336
case ToolStripDropDownDirection.
Left
:
395
dropDownBounds = DropDownDirectionToDropDownBounds(!rtl ? ToolStripDropDownDirection.Right : ToolStripDropDownDirection.
Left
, dropDownBounds);
400
dropDownBounds = DropDownDirectionToDropDownBounds(!rtl ? ToolStripDropDownDirection.
Left
: ToolStripDropDownDirection.Right, dropDownBounds);
639
return ToolStripDropDownDirection.
Left
;
640
case ToolStripDropDownDirection.
Left
:
647
return (rightToLeft == RightToLeft.Yes) ? ToolStripDropDownDirection.
Left
: ToolStripDropDownDirection.Right;
winforms\Managed\System\WinForms\ToolStripRenderEventArgs.cs (1)
135
case ToolStripDropDownDirection.
Left
: