2 references to WS_MINIMIZEBOX
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Form.cs (2)
3907
cp.Style |= NativeMethods.
WS_MINIMIZEBOX
;
3910
cp.Style &= ~NativeMethods.
WS_MINIMIZEBOX
;