15 references to XSendGetIndex
UIAutomationClientsideProviders (15)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (9)
513int result = XSendGetIndex(hwnd, NativeMethods.LVM_SETGROUPINFO, 520int result = XSendGetIndex(hwnd, NativeMethods.LVM_SETGROUPINFO, 527int result = XSendGetIndex(hwnd, NativeMethods.LVM_SETGROUPINFO, 546result = XSendGetIndex(hwnd, NativeMethods.LVM_GETGROUPINFO, 557int result = XSendGetIndex(hwnd, NativeMethods.LVM_GETGROUPINFO, 568int result = XSendGetIndex(hwnd, NativeMethods.LVM_GETGROUPINFO, 591result = XSendGetIndex(hwnd, NativeMethods.LVM_GETGROUPINFO, 602int result = XSendGetIndex(hwnd, NativeMethods.LVM_GETGROUPINFO, 613int result = XSendGetIndex(hwnd, NativeMethods.LVM_GETGROUPINFO,
MS\Internal\AutomationProxies\WindowsListView.cs (2)
1434result = XSendMessage.XSendGetIndex(hwnd, NativeMethods.LVM_SUBITEMHITTEST, IntPtr.Zero, new IntPtr(&hitTestNative), Marshal.SizeOf(hitTestNative.GetType())); 1442result = XSendMessage.XSendGetIndex(hwnd, NativeMethods.LVM_SUBITEMHITTEST, IntPtr.Zero, new IntPtr(&hitTestNative), Marshal.SizeOf(hitTestNative.GetType()));
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
316XSendMessage.XSendGetIndex(_hwnd, NativeMethods.LVM_HITTEST, new IntPtr(-1), new IntPtr(&hitTestNative), Marshal.SizeOf(hitTestNative.GetType()));
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
223return XSendMessage.XSendGetIndex(_hwnd, NativeMethods.RB_HITTEST, IntPtr.Zero, new IntPtr(&rbHitTestInfo), Marshal.SizeOf(rbHitTestInfo.GetType()));
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
177index = 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()));