3 references to Below
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripSplitStackDragDropHandler.cs (3)
91
else if (relativeLocation == RelativeLocation.
Below
)
145
case RelativeLocation.
Below
:
226
return (check.Y <= (orig.Top + heightUnit)) ? RelativeLocation.Above : RelativeLocation.
Below
;