2 writes to LVM_SETBKIMAGE
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeMethods.cs (2)
2464
LVM_SETBKIMAGE
= NativeMethods.LVM_SETBKIMAGEA;
2559
LVM_SETBKIMAGE
= NativeMethods.LVM_SETBKIMAGEW;
2 references to LVM_SETBKIMAGE
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListView.cs (2)
446
UnsafeNativeMethods.SendMessage(new HandleRef(this, this.Handle), NativeMethods.
LVM_SETBKIMAGE
, 0, lvbkImage);
4826
UnsafeNativeMethods.SendMessage(new HandleRef(this, this.Handle), NativeMethods.
LVM_SETBKIMAGE
, 0, lvbkImage);