2 references to WS_EX_CONTEXTHELP
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\WindowExtensionMethods.cs (2)
20exStyle = new IntPtr(exStyle.ToInt32() | Win32Interop.WS_EX_CONTEXTHELP); 24exStyle = new IntPtr(exStyle.ToInt64() | ((long)Win32Interop.WS_EX_CONTEXTHELP));