2 references to SubitemHitTest
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1393return SubitemHitTest (hwnd, 0, pt);
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
349NativeMethods.LVHITTESTINFO_INTERNAL hitTest = WindowsListView.SubitemHitTest (hwnd, item, new NativeMethods.Win32Point (x, y));