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