15 references to XSendGetIndex
UIAutomationClientSideProviders (15)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (9)
504int result = XSendGetIndex(hwnd, NativeMethods.LVM_SETGROUPINFO, 511int result = XSendGetIndex(hwnd, NativeMethods.LVM_SETGROUPINFO, 518int result = XSendGetIndex(hwnd, NativeMethods.LVM_SETGROUPINFO, 537result = XSendGetIndex(hwnd, NativeMethods.LVM_GETGROUPINFO, 548int result = XSendGetIndex(hwnd, NativeMethods.LVM_GETGROUPINFO, 559int result = XSendGetIndex(hwnd, NativeMethods.LVM_GETGROUPINFO, 582result = XSendGetIndex(hwnd, NativeMethods.LVM_GETGROUPINFO, 593int result = XSendGetIndex(hwnd, NativeMethods.LVM_GETGROUPINFO, 604int result = XSendGetIndex(hwnd, NativeMethods.LVM_GETGROUPINFO,
MS\Internal\AutomationProxies\WindowsListView.cs (2)
1420result = XSendMessage.XSendGetIndex(hwnd, NativeMethods.LVM_SUBITEMHITTEST, IntPtr.Zero, new IntPtr(&hitTestNative), Marshal.SizeOf(hitTestNative.GetType())); 1429result = XSendMessage.XSendGetIndex(hwnd, NativeMethods.LVM_SUBITEMHITTEST, IntPtr.Zero, new IntPtr(&hitTestNative), Marshal.SizeOf(hitTestNative.GetType()));
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
306XSendMessage.XSendGetIndex(_hwnd, NativeMethods.LVM_HITTEST, new IntPtr(-1), new IntPtr(&hitTestNative), Marshal.SizeOf(hitTestNative.GetType()));
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
206return XSendMessage.XSendGetIndex(_hwnd, NativeMethods.RB_HITTEST, IntPtr.Zero, new IntPtr(&rbHitTestInfo), Marshal.SizeOf(rbHitTestInfo.GetType()));
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
161index = XSendMessage.XSendGetIndex(_hwnd, NativeMethods.HDM_HITTEST, IntPtr.Zero, new IntPtr(&HitTestInfo), Marshal.SizeOf(HitTestInfo.GetType()));
MS\Internal\AutomationProxies\WindowsTab.cs (1)
276index = XSendMessage.XSendGetIndex(_hwnd, NativeMethods.TCM_HITTEST, IntPtr.Zero, new IntPtr(&hti), Marshal.SizeOf(hti.GetType()));