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