2 writes to LVM_FINDITEM
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeMethods.cs (2)
2468LVM_FINDITEM = NativeMethods.LVM_FINDITEMA; 2563LVM_FINDITEM = NativeMethods.LVM_FINDITEMW;
3 references to LVM_FINDITEM
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListView.cs (3)
3185NativeMethods.LVM_FINDITEM, 3286displayIndex = (int)UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.LVM_FINDITEM, lastIndex - 1, ref info); 3290displayIndex = (int)UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.LVM_FINDITEM, -1 /* beginning */, ref info);