2 references to WS_SYSMENU
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
3588
cp.Style |= (int)(WINDOW_STYLE.
WS_SYSMENU
| WINDOW_STYLE.WS_CAPTION);
3592
cp.Style &= ~(int)WINDOW_STYLE.
WS_SYSMENU
;