9 references to AboveLeft
System.Windows.Forms (9)
winforms\Managed\System\WinForms\ContextMenuStrip.cs (1)
102
Rectangle bounds = CalculateDropDownLocation(new Point(x,y), ToolStripDropDownDirection.
AboveLeft
);
winforms\Managed\System\WinForms\ToolStrip.cs (2)
727
direction = (RightToLeft == RightToLeft.Yes) ? ToolStripDropDownDirection.
AboveLeft
: ToolStripDropDownDirection.AboveRight;
740
case ToolStripDropDownDirection.
AboveLeft
:
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
1250
case ToolStripDropDownDirection.
AboveLeft
:
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (4)
150
case ToolStripDropDownDirection.
AboveLeft
:
314
case ToolStripDropDownDirection.
AboveLeft
:
630
case ToolStripDropDownDirection.
AboveLeft
:
633
return ToolStripDropDownDirection.
AboveLeft
;
winforms\Managed\System\WinForms\ToolStripRenderEventArgs.cs (1)
120
case ToolStripDropDownDirection.
AboveLeft
: