9 references to BelowRight
System.Windows.Forms (9)
winforms\Managed\System\WinForms\ToolStrip.cs (2)
731direction = (RightToLeft == RightToLeft.Yes) ? ToolStripDropDownDirection.BelowLeft : ToolStripDropDownDirection.BelowRight; 743case ToolStripDropDownDirection.BelowRight:
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
1257case ToolStripDropDownDirection.BelowRight:
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (5)
153case ToolStripDropDownDirection.BelowRight: 321case ToolStripDropDownDirection.BelowRight: 634case ToolStripDropDownDirection.BelowRight: 637return ToolStripDropDownDirection.BelowRight; 650return (rightToLeft == RightToLeft.Yes) ? ToolStripDropDownDirection.BelowLeft : ToolStripDropDownDirection.BelowRight;
winforms\Managed\System\WinForms\ToolStripRenderEventArgs.cs (1)
125case ToolStripDropDownDirection.BelowRight: