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