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