2 references to WS_MAXIMIZEBOX
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
3597
cp.Style |= (int)WINDOW_STYLE.
WS_MAXIMIZEBOX
;
3601
cp.Style &= ~(int)WINDOW_STYLE.
WS_MAXIMIZEBOX
;