1 instantiation of LVHITTESTINFO_INTERNAL
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1415
NativeMethods.LVHITTESTINFO_INTERNAL hitTest = new NativeMethods.
LVHITTESTINFO_INTERNAL
();
8 references to LVHITTESTINFO_INTERNAL
UIAutomationClientsideProviders (8)
MS\Internal\AutomationProxies\WindowsListView.cs (4)
436
NativeMethods.
LVHITTESTINFO_INTERNAL
hitTest = WindowsListView.SubitemHitTest(_hwnd, new NativeMethods.Win32Point(x, y));
1405
static internal NativeMethods.
LVHITTESTINFO_INTERNAL
SubitemHitTest (IntPtr hwnd, NativeMethods.Win32Point pt)
1412
static internal NativeMethods.
LVHITTESTINFO_INTERNAL
SubitemHitTest (IntPtr hwnd, int item, NativeMethods.Win32Point pt)
1415
NativeMethods.
LVHITTESTINFO_INTERNAL
hitTest = new NativeMethods.LVHITTESTINFO_INTERNAL ();
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
295
NativeMethods.
LVHITTESTINFO_INTERNAL
hitTest = WindowsListView.SubitemHitTest (_hwnd, pt);
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
357
NativeMethods.
LVHITTESTINFO_INTERNAL
hitTest = WindowsListView.SubitemHitTest (hwnd, item, new NativeMethods.Win32Point (x, y));
MS\Win32\NativeMethods.cs (2)
786
internal LVHITTESTINFO(
LVHITTESTINFO_INTERNAL
htinfo)
804
internal LVHITTESTINFO_V6(
LVHITTESTINFO_INTERNAL
htinfo)