3 references to SubitemHitTest
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsListView.cs (2)
429
NativeMethods.LVHITTESTINFO_INTERNAL hitTest = WindowsListView.
SubitemHitTest
(_hwnd, new NativeMethods.Win32Point(x, y));
454
hitTest = WindowsListView.
SubitemHitTest
(_hwnd, new NativeMethods.Win32Point(x, y));
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
288
NativeMethods.LVHITTESTINFO_INTERNAL hitTest = WindowsListView.
SubitemHitTest
(_hwnd, pt);