1 instantiation of LVCOLUMN_T
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListView.cs (1)
3680NativeMethods.LVCOLUMN_T lvColumn = new NativeMethods.LVCOLUMN_T();
2 references to LVCOLUMN_T
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListView.cs (1)
3680NativeMethods.LVCOLUMN_T lvColumn = new NativeMethods.LVCOLUMN_T();
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
1005public static extern IntPtr SendMessage(HandleRef hWnd, int msg, int wParam, NativeMethods.LVCOLUMN_T lParam);