3 instantiations of LVGROUP
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListView.cs (3)
3458NativeMethods.LVGROUP lvgroup = new NativeMethods.LVGROUP(); 3739NativeMethods.LVGROUP lvgroup = new NativeMethods.LVGROUP(); 5310NativeMethods.LVGROUP lvgroup = new NativeMethods.LVGROUP();
7 references to LVGROUP
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ListView.cs (5)
2904private void DestroyLVGROUP(NativeMethods.LVGROUP lvgroup) { 3456private NativeMethods.LVGROUP GetLVGROUP(ListViewGroup group) 3458NativeMethods.LVGROUP lvgroup = new NativeMethods.LVGROUP(); 3739NativeMethods.LVGROUP lvgroup = new NativeMethods.LVGROUP(); 5310NativeMethods.LVGROUP lvgroup = new NativeMethods.LVGROUP();
winforms\Managed\System\WinForms\NativeMethods.cs (1)
5435public uint cbSize = (uint)Marshal.SizeOf(typeof(LVGROUP));
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
1014public static extern IntPtr SendMessage(HandleRef hWnd, int msg, int wParam, NativeMethods.LVGROUP lParam);