5 references to SendMessage
System.Workflow.Activities (5)
Common\NativeMethods.cs (1)
229
return
SendMessage
(hWndLV, LVM_GETHEADER, IntPtr.Zero, IntPtr.Zero);
Rules\Design\Dialogs\ConditionBrowserDialog.cs (2)
145
NativeMethods.
SendMessage
(previewBox.Handle, NativeMethods.WM_SETREDRAW, IntPtr.Zero, IntPtr.Zero);
147
NativeMethods.
SendMessage
(previewBox.Handle, NativeMethods.WM_SETREDRAW, new IntPtr(1), IntPtr.Zero);
Rules\Design\Dialogs\RuleSetBrowserDialog.cs (2)
128
NativeMethods.
SendMessage
(previewBox.Handle, NativeMethods.WM_SETREDRAW, IntPtr.Zero, IntPtr.Zero);
130
NativeMethods.
SendMessage
(previewBox.Handle, NativeMethods.WM_SETREDRAW, new IntPtr(1), IntPtr.Zero);