2 writes to LVM_SETITEMTEXT
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeMethods.cs (2)
2444
LVM_SETITEMTEXT
= NativeMethods.LVM_SETITEMTEXTA;
2539
LVM_SETITEMTEXT
= NativeMethods.LVM_SETITEMTEXTW;
1 reference to LVM_SETITEMTEXT
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListView.cs (1)
5142
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.
LVM_SETITEMTEXT
, itemIndex, ref lvItem);