10 references to BelowLeft
System.Windows.Forms (10)
System\Windows\Forms\ContextMenuStrip.cs (1)
101bounds = CalculateDropDownLocation(new Point(x, y), ToolStripDropDownDirection.BelowLeft);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (2)
608direction = (RightToLeft == RightToLeft.Yes) ? ToolStripDropDownDirection.BelowLeft : ToolStripDropDownDirection.BelowRight; 622case ToolStripDropDownDirection.BelowLeft:
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
1034case ToolStripDropDownDirection.BelowLeft:
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownItem.cs (5)
173case ToolStripDropDownDirection.BelowLeft: 316case ToolStripDropDownDirection.BelowLeft: 653return ToolStripDropDownDirection.BelowLeft; 654case ToolStripDropDownDirection.BelowLeft: 671return (rightToLeft == RightToLeft.Yes) ? ToolStripDropDownDirection.BelowLeft : ToolStripDropDownDirection.BelowRight;
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderEventArgs.cs (1)
121case ToolStripDropDownDirection.BelowLeft: