1 instantiation of HDITEM
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
994
NativeMethods.HDITEM headerItem = new NativeMethods.
HDITEM
();
4 references to HDITEM
System.Workflow.ComponentModel (4)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
994
NativeMethods.
HDITEM
headerItem = new NativeMethods.HDITEM();
Shared\NativeMethods.cs (3)
246
internal static bool Header_GetItem(IntPtr hWndHeader, int index, [In, Out] NativeMethods.
HDITEM
hdi)
252
internal static bool Header_SetItem(IntPtr hWndHeader, int index, [In, Out] NativeMethods.
HDITEM
hdi)
274
public static extern IntPtr SendMessage(IntPtr hWnd, int msg, IntPtr wParam, [In, Out] NativeMethods.
HDITEM
lParam);