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