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