2 references to WS_SYSMENU
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Form.cs (2)
3893
cp.Style |= NativeMethods.
WS_SYSMENU
| NativeMethods.WS_CAPTION;
3896
cp.Style &= (~NativeMethods.
WS_SYSMENU
);