1 instantiation of LVHITTESTINFO_INTERNAL
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1404
NativeMethods.LVHITTESTINFO_INTERNAL hitTest = new NativeMethods.
LVHITTESTINFO_INTERNAL
();
8 references to LVHITTESTINFO_INTERNAL
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\WindowsListView.cs (4)
426
NativeMethods.
LVHITTESTINFO_INTERNAL
hitTest = WindowsListView.SubitemHitTest(_hwnd, new NativeMethods.Win32Point(x, y));
1394
static internal NativeMethods.
LVHITTESTINFO_INTERNAL
SubitemHitTest (IntPtr hwnd, NativeMethods.Win32Point pt)
1401
static internal NativeMethods.
LVHITTESTINFO_INTERNAL
SubitemHitTest (IntPtr hwnd, int item, NativeMethods.Win32Point pt)
1404
NativeMethods.
LVHITTESTINFO_INTERNAL
hitTest = new NativeMethods.LVHITTESTINFO_INTERNAL ();
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
286
NativeMethods.
LVHITTESTINFO_INTERNAL
hitTest = WindowsListView.SubitemHitTest (_hwnd, pt);
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
349
NativeMethods.
LVHITTESTINFO_INTERNAL
hitTest = WindowsListView.SubitemHitTest (hwnd, item, new NativeMethods.Win32Point (x, y));
MS\Win32\NativeMethods.cs (2)
769
internal LVHITTESTINFO(
LVHITTESTINFO_INTERNAL
htinfo)
787
internal LVHITTESTINFO_V6(
LVHITTESTINFO_INTERNAL
htinfo)