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