11 references to NativeMethods
System.Workflow.Activities (11)
Common\NativeMethods.cs (3)
232
internal static bool Header_GetItem(IntPtr hWndHeader, int index, [In, Out]
NativeMethods
.HDITEM hdi)
238
internal static bool Header_SetItem(IntPtr hWndHeader, int index, [In, Out]
NativeMethods
.HDITEM hdi)
260
public static extern IntPtr SendMessage(IntPtr hWnd, int msg, IntPtr wParam, [In, Out]
NativeMethods
.HDITEM lParam);
Rules\Design\Dialogs\ConditionBrowserDialog.cs (4)
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 (4)
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);