1 instantiation of LVHITTESTINFO_INTERNAL
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1404NativeMethods.LVHITTESTINFO_INTERNAL hitTest = new NativeMethods.LVHITTESTINFO_INTERNAL ();
8 references to LVHITTESTINFO_INTERNAL
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\WindowsListView.cs (4)
426NativeMethods.LVHITTESTINFO_INTERNAL hitTest = WindowsListView.SubitemHitTest(_hwnd, new NativeMethods.Win32Point(x, y)); 1394static internal NativeMethods.LVHITTESTINFO_INTERNAL SubitemHitTest (IntPtr hwnd, NativeMethods.Win32Point pt) 1401static internal NativeMethods.LVHITTESTINFO_INTERNAL SubitemHitTest (IntPtr hwnd, int item, NativeMethods.Win32Point pt) 1404NativeMethods.LVHITTESTINFO_INTERNAL hitTest = new NativeMethods.LVHITTESTINFO_INTERNAL ();
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
286NativeMethods.LVHITTESTINFO_INTERNAL hitTest = WindowsListView.SubitemHitTest (_hwnd, pt);
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
349NativeMethods.LVHITTESTINFO_INTERNAL hitTest = WindowsListView.SubitemHitTest (hwnd, item, new NativeMethods.Win32Point (x, y));
MS\Win32\NativeMethods.cs (2)
769internal LVHITTESTINFO(LVHITTESTINFO_INTERNAL htinfo) 787internal LVHITTESTINFO_V6(LVHITTESTINFO_INTERNAL htinfo)