2 writes to LVM_INSERTITEM
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeMethods.cs (2)
2467LVM_INSERTITEM = NativeMethods.LVM_INSERTITEMA; 2562LVM_INSERTITEM = NativeMethods.LVM_INSERTITEMW;
1 reference to LVM_INSERTITEM
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListView.cs (1)
3940insertIndex = (int)UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.LVM_INSERTITEM, 0, ref lvItem);