11 references to SIZE_X
System.Windows.Forms.Design (11)
System\Windows\Forms\Design\SelectionUIService.cs (5)
551
if ((hitTest & (SelectionUIItem.
SIZE_X
| SelectionUIItem.POS_RIGHT)) == (SelectionUIItem.
SIZE_X
| SelectionUIItem.POS_RIGHT))
556
if ((hitTest & (SelectionUIItem.
SIZE_X
| SelectionUIItem.POS_LEFT)) == (SelectionUIItem.
SIZE_X
| SelectionUIItem.POS_LEFT))
663
if ((_mouseDragHitTest & SelectionUIItem.
SIZE_X
) != 0)
System\Windows\Forms\Design\SelectionUIService.SelectionUIItem.cs (6)
39
SIZE_X
| SIZE_Y | POS_LEFT | POS_TOP, SIZE_Y | POS_TOP,
SIZE_X
| SIZE_Y | POS_TOP | POS_RIGHT,
40
SIZE_X
| POS_LEFT,
SIZE_X
| POS_RIGHT,
41
SIZE_X
| SIZE_Y | POS_LEFT | POS_BOTTOM, SIZE_Y | POS_BOTTOM,
SIZE_X
| SIZE_Y | POS_RIGHT | POS_BOTTOM