6 references to POS_LEFT
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\SelectionUIService.cs (3)
556if ((hitTest & (SelectionUIItem.SIZE_X | SelectionUIItem.POS_LEFT)) == (SelectionUIItem.SIZE_X | SelectionUIItem.POS_LEFT)) 665if ((_mouseDragHitTest & SelectionUIItem.POS_LEFT) != 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, 40SIZE_X | POS_LEFT, SIZE_X | POS_RIGHT, 41SIZE_X | SIZE_Y | POS_LEFT | POS_BOTTOM, SIZE_Y | POS_BOTTOM, SIZE_X | SIZE_Y | POS_RIGHT | POS_BOTTOM