2 references to LVM_SUBITEMHITTEST
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListView.cs (2)
3366
int index = (int)UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.
LVM_SUBITEMHITTEST
, 0, lvhi);
3553
iItem = unchecked( (int) (long)UnsafeNativeMethods.SendMessage(new HandleRef(this, this.Handle), NativeMethods.
LVM_SUBITEMHITTEST
, 0, lvhi));