3 references to SWP_SHOWWINDOW
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (2)
12151| (value ? NativeMethods.SWP_SHOWWINDOW : NativeMethods.SWP_HIDEWINDOW)); 12200(value ? NativeMethods.SWP_SHOWWINDOW : NativeMethods.SWP_HIDEWINDOW));
winforms\Managed\System\WinForms\ListView.cs (1)
4606wpos.flags | NativeMethods.SWP_SHOWWINDOW);