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