2 references to WS_MINIMIZE
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Form.cs (2)
3988
int maskedStyle = cp.Style & ~(NativeMethods.WS_MAXIMIZE | NativeMethods.
WS_MINIMIZE
);
4067
cp.Style |= NativeMethods.
WS_MINIMIZE
;