5 references to flags
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (4)
12006
if ((wp->
flags
& SET_WINDOW_POS_FLAGS.SWP_NOMOVE) == 0 && (wp->x != Left || wp->y != Top))
12011
if ((wp->
flags
& SET_WINDOW_POS_FLAGS.SWP_NOSIZE) == 0 && (wp->cx != Width || wp->cy != Height))
12018
ActiveXUpdateBounds(ref wp->x, ref wp->y, ref wp->cx, ref wp->cy, wp->
flags
);
12256
if ((wp->
flags
& SET_WINDOW_POS_FLAGS.SWP_NOZORDER) == 0)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
4962
position.
flags
| SET_WINDOW_POS_FLAGS.SWP_SHOWWINDOW);