8 instantiations of LVHITTESTINFO
System.Windows.Forms (8)
winforms\Managed\System\WinForms\ListView.cs (8)
3334NativeMethods.LVHITTESTINFO lvhi = new NativeMethods.LVHITTESTINFO(); 3361NativeMethods.LVHITTESTINFO lvhi = new NativeMethods.LVHITTESTINFO(); 3546NativeMethods.LVHITTESTINFO lvhi = new NativeMethods.LVHITTESTINFO(); 5364NativeMethods.LVHITTESTINFO lvhi = new NativeMethods.LVHITTESTINFO(); 5394NativeMethods.LVHITTESTINFO lvhi = new NativeMethods.LVHITTESTINFO(); 5970NativeMethods.LVHITTESTINFO lvhi = new NativeMethods.LVHITTESTINFO(); 5994NativeMethods.LVHITTESTINFO lvhip = new NativeMethods.LVHITTESTINFO(); 6278NativeMethods.LVHITTESTINFO lvhip = new NativeMethods.LVHITTESTINFO();
11 references to LVHITTESTINFO
System.Windows.Forms (11)
winforms\Managed\System\WinForms\ListView.cs (9)
3334NativeMethods.LVHITTESTINFO lvhi = new NativeMethods.LVHITTESTINFO(); 3361NativeMethods.LVHITTESTINFO lvhi = new NativeMethods.LVHITTESTINFO(); 3546NativeMethods.LVHITTESTINFO lvhi = new NativeMethods.LVHITTESTINFO(); 5364NativeMethods.LVHITTESTINFO lvhi = new NativeMethods.LVHITTESTINFO(); 5394NativeMethods.LVHITTESTINFO lvhi = new NativeMethods.LVHITTESTINFO(); 5786private int GetIndexOfClickedItem(NativeMethods.LVHITTESTINFO lvhi) { 5970NativeMethods.LVHITTESTINFO lvhi = new NativeMethods.LVHITTESTINFO(); 5994NativeMethods.LVHITTESTINFO lvhip = new NativeMethods.LVHITTESTINFO(); 6278NativeMethods.LVHITTESTINFO lvhip = new NativeMethods.LVHITTESTINFO();
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (2)
924public static extern int SendMessage(HandleRef hWnd, int msg, int wParam, ref NativeMethods.LVHITTESTINFO lParam); 1002public static extern IntPtr SendMessage(HandleRef hWnd, int msg, int wParam, NativeMethods.LVHITTESTINFO lParam);