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