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