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