2 references to WS_EX_CONTEXTHELP
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Form.cs (2)
3918
cp.ExStyle |= NativeMethods.
WS_EX_CONTEXTHELP
;
3921
cp.ExStyle &= ~NativeMethods.
WS_EX_CONTEXTHELP
;