16 references to MapWindowPoints
UIAutomationClientsideProviders (16)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (1)
992
if (Misc.
MapWindowPoints
(IntPtr.Zero, hwnd, ref clientPoint, 1))
MS\Internal\AutomationProxies\Misc.cs (2)
254
if (!
MapWindowPoints
(hwnd, IntPtr.Zero, ref leftTop, 1))
260
if (!
MapWindowPoints
(hwnd, IntPtr.Zero, ref rightBottom, 1))
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
146
if (Misc.
MapWindowPoints
(System.IntPtr.Zero, _hwnd, ref pt, 1))
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
391
if (!Misc.
MapWindowPoints
(IntPtr.Zero, WindowHandle, ref clientLocation, 1))
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (1)
267
if (!Misc.
MapWindowPoints
(_provider.WindowHandle, IntPtr.Zero, ref w32point, 1))
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
212
if (!Misc.
MapWindowPoints
(IntPtr.Zero, _hwnd, ref HitTestInfo.pt, 1))
MS\Internal\AutomationProxies\WindowsListView.cs (2)
1424
if (Misc.
MapWindowPoints
(IntPtr.Zero, hwnd, ref hitTest.pt, 1))
1808
return Misc.
MapWindowPoints
(hwnd, IntPtr.Zero, ref pt, 1);
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
944
if (!Misc.
MapWindowPoints
(IntPtr.Zero, _hwnd, ref pt, 1))
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
257
if (Misc.
MapWindowPoints
(IntPtr.Zero, _hwnd, ref pt, 1))
MS\Internal\AutomationProxies\WindowsSysHeader.cs (2)
173
if (Misc.
MapWindowPoints
(IntPtr.Zero, _hwnd, ref HitTestInfo.pt, 1))
687
return Misc.
MapWindowPoints
(IntPtr.Zero, _hwnd, ref pt, 1);
MS\Internal\AutomationProxies\WindowsTab.cs (2)
262
if (!Misc.
MapWindowPoints
(IntPtr.Zero, _hwnd, ref hti.pt, 1))
1303
if (Misc.
MapWindowPoints
(IntPtr.Zero, _hwnd, ref pt, 1))
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
1481
if (Misc.
MapWindowPoints
(IntPtr.Zero, _hwnd, ref pt, 1))