15 references to XSendGetIndex
UIAutomationClientSideProviders (15)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (9)
505int result = XSendGetIndex(hwnd, NativeMethods.LVM_SETGROUPINFO, 512int result = XSendGetIndex(hwnd, NativeMethods.LVM_SETGROUPINFO, 519int result = XSendGetIndex(hwnd, NativeMethods.LVM_SETGROUPINFO, 538result = XSendGetIndex(hwnd, NativeMethods.LVM_GETGROUPINFO, 549int result = XSendGetIndex(hwnd, NativeMethods.LVM_GETGROUPINFO, 560int result = XSendGetIndex(hwnd, NativeMethods.LVM_GETGROUPINFO, 583result = XSendGetIndex(hwnd, NativeMethods.LVM_GETGROUPINFO, 594int result = XSendGetIndex(hwnd, NativeMethods.LVM_GETGROUPINFO, 605int result = XSendGetIndex(hwnd, NativeMethods.LVM_GETGROUPINFO,
MS\Internal\AutomationProxies\WindowsListView.cs (2)
1423result = XSendMessage.XSendGetIndex(hwnd, NativeMethods.LVM_SUBITEMHITTEST, IntPtr.Zero, new IntPtr(&hitTestNative), Marshal.SizeOf(hitTestNative.GetType())); 1432result = XSendMessage.XSendGetIndex(hwnd, NativeMethods.LVM_SUBITEMHITTEST, IntPtr.Zero, new IntPtr(&hitTestNative), Marshal.SizeOf(hitTestNative.GetType()));
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
307XSendMessage.XSendGetIndex(_hwnd, NativeMethods.LVM_HITTEST, new IntPtr(-1), new IntPtr(&hitTestNative), Marshal.SizeOf(hitTestNative.GetType()));
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
205return XSendMessage.XSendGetIndex(_hwnd, NativeMethods.RB_HITTEST, IntPtr.Zero, new IntPtr(&rbHitTestInfo), Marshal.SizeOf(rbHitTestInfo.GetType()));
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
164index = XSendMessage.XSendGetIndex(_hwnd, NativeMethods.HDM_HITTEST, IntPtr.Zero, new IntPtr(&HitTestInfo), Marshal.SizeOf(HitTestInfo.GetType()));
MS\Internal\AutomationProxies\WindowsTab.cs (1)
279index = XSendMessage.XSendGetIndex(_hwnd, NativeMethods.TCM_HITTEST, IntPtr.Zero, new IntPtr(&hti), Marshal.SizeOf(hti.GetType()));