4 references to WS_MAXIMIZE
System.Windows.Forms (4)
System\Windows\Forms\Form.cs (4)
808cp.Style |= (int)WINDOW_STYLE.WS_MAXIMIZE; 816cp.Style |= (int)WINDOW_STYLE.WS_MAXIMIZE; 3673int maskedStyle = cp.Style & ~(int)(WINDOW_STYLE.WS_MAXIMIZE | WINDOW_STYLE.WS_MINIMIZE); 3748cp.Style |= (int)WINDOW_STYLE.WS_MAXIMIZE;