10 references to BelowLeft
System.Windows.Forms (10)
winforms\Managed\System\WinForms\ContextMenuStrip.cs (1)
105bounds = CalculateDropDownLocation(new Point(x,y), ToolStripDropDownDirection.BelowLeft);
winforms\Managed\System\WinForms\ToolStrip.cs (2)
731direction = (RightToLeft == RightToLeft.Yes) ? ToolStripDropDownDirection.BelowLeft : ToolStripDropDownDirection.BelowRight; 742case ToolStripDropDownDirection.BelowLeft:
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
1260case ToolStripDropDownDirection.BelowLeft:
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (5)
152case ToolStripDropDownDirection.BelowLeft: 324case ToolStripDropDownDirection.BelowLeft: 635return ToolStripDropDownDirection.BelowLeft; 636case ToolStripDropDownDirection.BelowLeft: 650return (rightToLeft == RightToLeft.Yes) ? ToolStripDropDownDirection.BelowLeft : ToolStripDropDownDirection.BelowRight;
winforms\Managed\System\WinForms\ToolStripRenderEventArgs.cs (1)
126case ToolStripDropDownDirection.BelowLeft: