6 references to POS_TOP
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\SelectionUIService.cs (3)
561if ((hitTest & (SelectionUIItem.SIZE_Y | SelectionUIItem.POS_TOP)) == (SelectionUIItem.SIZE_Y | SelectionUIItem.POS_TOP)) 678if ((_mouseDragHitTest & SelectionUIItem.POS_TOP) != 0)
System\Windows\Forms\Design\SelectionUIService.SelectionUIItem.cs (3)
39SIZE_X | SIZE_Y | POS_LEFT | POS_TOP, SIZE_Y | POS_TOP, SIZE_X | SIZE_Y | POS_TOP | POS_RIGHT,