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