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