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