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