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