9 references to AboveRight
System.Windows.Forms (9)
winforms\Managed\System\WinForms\ContextMenuStrip.cs (1)
108bounds = CalculateDropDownLocation(new Point(x,y), ToolStripDropDownDirection.AboveRight);
winforms\Managed\System\WinForms\ToolStrip.cs (2)
727direction = (RightToLeft == RightToLeft.Yes) ? ToolStripDropDownDirection.AboveLeft : ToolStripDropDownDirection.AboveRight; 741case ToolStripDropDownDirection.AboveRight:
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
1254case ToolStripDropDownDirection.AboveRight:
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (4)
151case ToolStripDropDownDirection.AboveRight: 318case ToolStripDropDownDirection.AboveRight: 631return ToolStripDropDownDirection.AboveRight; 632case ToolStripDropDownDirection.AboveRight:
winforms\Managed\System\WinForms\ToolStripRenderEventArgs.cs (1)
121case ToolStripDropDownDirection.AboveRight: