9 references to BelowRight
System.Windows.Forms (9)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (2)
608direction = (RightToLeft == RightToLeft.Yes) ? ToolStripDropDownDirection.BelowLeft : ToolStripDropDownDirection.BelowRight; 623case ToolStripDropDownDirection.BelowRight:
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
1031case ToolStripDropDownDirection.BelowRight:
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownItem.cs (5)
174case ToolStripDropDownDirection.BelowRight: 313case ToolStripDropDownDirection.BelowRight: 652case ToolStripDropDownDirection.BelowRight: 655return ToolStripDropDownDirection.BelowRight; 671return (rightToLeft == RightToLeft.Yes) ? ToolStripDropDownDirection.BelowLeft : ToolStripDropDownDirection.BelowRight;
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderEventArgs.cs (1)
120case ToolStripDropDownDirection.BelowRight: