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