5 references to flags
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Control.cs (4)
13843if ((wp->flags & NativeMethods.SWP_NOMOVE) == 0 && (wp->x != Left || wp->y != Top)) { 13846if ((wp->flags & NativeMethods.SWP_NOSIZE) == 0 && (wp->cx != Width || wp->cy != Height)) { 13851ActiveXUpdateBounds(ref wp->x, ref wp->y, ref wp->cx, ref wp->cy, wp->flags); 14079if ((wp->flags & NativeMethods.SWP_NOZORDER) == 0) {
winforms\Managed\System\WinForms\ListView.cs (1)
4606wpos.flags | NativeMethods.SWP_SHOWWINDOW);