2 instantiations of LVINSERTMARK
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListViewInsertionMark.cs (2)
126
NativeMethods.LVINSERTMARK lvInsertMark = new NativeMethods.
LVINSERTMARK
();
134
NativeMethods.LVINSERTMARK lvInsertMark = new NativeMethods.
LVINSERTMARK
();
5 references to LVINSERTMARK
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ListViewInsertionMark.cs (2)
126
NativeMethods.
LVINSERTMARK
lvInsertMark = new NativeMethods.LVINSERTMARK();
134
NativeMethods.
LVINSERTMARK
lvInsertMark = new NativeMethods.LVINSERTMARK();
winforms\Managed\System\WinForms\NativeMethods.cs (1)
5453
public uint cbSize = (uint)Marshal.SizeOf(typeof(
LVINSERTMARK
));
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (2)
1017
public static extern IntPtr SendMessage(HandleRef hWnd, int msg, NativeMethods.POINT wParam, [In, Out] NativeMethods.
LVINSERTMARK
lParam);
1020
public static extern bool SendMessage(HandleRef hWnd, int msg, int wParam, NativeMethods.
LVINSERTMARK
lParam);