2 writes to LVM_SETITEM
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeMethods.cs (2)
2466
LVM_SETITEM
= NativeMethods.LVM_SETITEMA;
2561
LVM_SETITEM
= NativeMethods.LVM_SETITEMW;
3 references to LVM_SETITEM
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListView.cs (2)
5058
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.
LVM_SETITEM
, 0, ref lvItem);
5071
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.
LVM_SETITEM
, 0, ref lvItem);
winforms\Managed\System\WinForms\ListViewItem.cs (1)
1165
UnsafeNativeMethods.SendMessage(new HandleRef(listView, listView.Handle), NativeMethods.
LVM_SETITEM
, 0, ref lvItem);