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