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