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