1 instantiation of LVHITTESTINFO_INTERNAL
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1400NativeMethods.LVHITTESTINFO_INTERNAL hitTest = new NativeMethods.LVHITTESTINFO_INTERNAL
8 references to LVHITTESTINFO_INTERNAL
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\WindowsListView.cs (4)
422NativeMethods.LVHITTESTINFO_INTERNAL hitTest = WindowsListView.SubitemHitTest(_hwnd, new NativeMethods.Win32Point(x, y)); 1390internal static NativeMethods.LVHITTESTINFO_INTERNAL SubitemHitTest (IntPtr hwnd, NativeMethods.Win32Point pt) 1397internal static NativeMethods.LVHITTESTINFO_INTERNAL SubitemHitTest (IntPtr hwnd, int item, NativeMethods.Win32Point pt) 1400NativeMethods.LVHITTESTINFO_INTERNAL hitTest = new NativeMethods.LVHITTESTINFO_INTERNAL
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
285NativeMethods.LVHITTESTINFO_INTERNAL hitTest = WindowsListView.SubitemHitTest (_hwnd, pt);
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
348NativeMethods.LVHITTESTINFO_INTERNAL hitTest = WindowsListView.SubitemHitTest (hwnd, item, new NativeMethods.Win32Point (x, y));
MS\Win32\NativeMethods.cs (2)
768internal LVHITTESTINFO(LVHITTESTINFO_INTERNAL htinfo) 786internal LVHITTESTINFO_V6(LVHITTESTINFO_INTERNAL htinfo)