21 references to MapWindowPoints
UIAutomationClientSideProviders (21)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (1)
1192
Misc.
MapWindowPoints
(hwnd, IntPtr.Zero, ref rectW32, 2);
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
489
if (!Misc.
MapWindowPoints
(hwnd, IntPtr.Zero, ref rc, 2))
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
398
if(!Misc.
MapWindowPoints
(_hwnd, IntPtr.Zero, ref itemRect, 2))
MS\Internal\AutomationProxies\WindowsComboBox.cs (3)
259
if (Misc.
MapWindowPoints
(_hwnd, IntPtr.Zero, ref cbInfo.rcButton, 2))
548
result = Misc.
MapWindowPoints
(_hwndDesktop, hwnd, ref cbInfo.rcItem, 2);
928
if (!Misc.
MapWindowPoints
(_hwnd, IntPtr.Zero, ref cbInfo.rcButton, 2))
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
1067
return Misc.
MapWindowPoints
(_hwnd, IntPtr.Zero, ref itemRect, 2) ? itemRect : NativeMethods.Win32Rect.Empty;
MS\Internal\AutomationProxies\WindowsListView.cs (2)
1278
return Misc.
MapWindowPoints
(hwnd, IntPtr.Zero, ref itemRectangle, 2);
1501
return Misc.
MapWindowPoints
(hwnd, IntPtr.Zero, ref itemRectangle, 2);
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
707
Misc.
MapWindowPoints
(_hwnd, IntPtr.Zero, ref rect, 2);
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (1)
78
Misc.
MapWindowPoints
(_hwnd, IntPtr.Zero, ref rect, 2);
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
139
if (Misc.
MapWindowPoints
(_hwnd, IntPtr.Zero, ref itemRectangle, 2))
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
82
if (Misc.
MapWindowPoints
(_hwnd, IntPtr.Zero, ref itemRect, 2) && !Misc.IsItemVisible(ref parentRect, ref itemRect))
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
407
if (!Misc.
MapWindowPoints
(hwnd, IntPtr.Zero, ref rectW32, 2))
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
301
if (!Misc.
MapWindowPoints
(hwnd, IntPtr.Zero, ref rc, 2))
393
if (!Misc.
MapWindowPoints
(hwnd, IntPtr.Zero, ref rc, 2))
MS\Internal\AutomationProxies\WindowsSlider.cs (2)
466
if (!Misc.
MapWindowPoints
(hwnd, IntPtr.Zero, ref rcChannel, 2))
478
if (!Misc.
MapWindowPoints
(hwnd, IntPtr.Zero, ref rcThumb, 2))
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
583
if (!Misc.
MapWindowPoints
(_hwnd, IntPtr.Zero, ref rectW32, 2))
MS\Internal\AutomationProxies\WindowsTab.cs (1)
1285
return Misc.
MapWindowPoints
(_hwnd, IntPtr.Zero, ref rectW32, 2) ? rectW32 : NativeMethods.Win32Rect.Empty;
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
571
return Misc.
MapWindowPoints
(hwnd, IntPtr.Zero, ref rc, 2) ? rc : NativeMethods.Win32Rect.Empty;