2 instantiations of LVBKIMAGE
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListView.cs (2)
433
NativeMethods.LVBKIMAGE lvbkImage = new NativeMethods.
LVBKIMAGE
();
4778
NativeMethods.LVBKIMAGE lvbkImage = new NativeMethods.
LVBKIMAGE
();
3 references to LVBKIMAGE
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListView.cs (2)
433
NativeMethods.
LVBKIMAGE
lvbkImage = new NativeMethods.LVBKIMAGE();
4778
NativeMethods.
LVBKIMAGE
lvbkImage = new NativeMethods.LVBKIMAGE();
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
920
public static extern IntPtr SendMessage(HandleRef hWnd, int msg, int wParam, NativeMethods.
LVBKIMAGE
lParam);