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