4 references to WS_MAXIMIZE
System.Windows.Forms (4)
System\Windows\Forms\Form.cs (4)
805cp.Style |= (int)WINDOW_STYLE.WS_MAXIMIZE; 813cp.Style |= (int)WINDOW_STYLE.WS_MAXIMIZE; 3670int maskedStyle = cp.Style & ~(int)(WINDOW_STYLE.WS_MAXIMIZE | WINDOW_STYLE.WS_MINIMIZE); 3745cp.Style |= (int)WINDOW_STYLE.WS_MAXIMIZE;