11 references to SIZE_X
System.Windows.Forms.Design (11)
System\Windows\Forms\Design\SelectionUIService.cs (5)
551if ((hitTest & (SelectionUIItem.SIZE_X | SelectionUIItem.POS_RIGHT)) == (SelectionUIItem.SIZE_X | SelectionUIItem.POS_RIGHT)) 556if ((hitTest & (SelectionUIItem.SIZE_X | SelectionUIItem.POS_LEFT)) == (SelectionUIItem.SIZE_X | SelectionUIItem.POS_LEFT)) 663if ((_mouseDragHitTest & SelectionUIItem.SIZE_X) != 0)
System\Windows\Forms\Design\SelectionUIService.SelectionUIItem.cs (6)
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