12 references to GetClientRectInScreenCoordinates
UIAutomationClientSideProviders (12)
MS\Internal\AutomationProxies\Misc.cs (1)
823
if (!
GetClientRectInScreenCoordinates
(hwnd, ref clientRect))
MS\Internal\AutomationProxies\NonClientArea.cs (1)
128
Misc.
GetClientRectInScreenCoordinates
(hwnd, ref clientRect)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
251
if (Misc.
GetClientRectInScreenCoordinates
(hwndParent, ref parentRect) && !parentRect.IsEmpty)
MS\Internal\AutomationProxies\ProxySimple.cs (1)
589
Misc.
GetClientRectInScreenCoordinates
(_hwnd, ref rcOutside);
MS\Internal\AutomationProxies\WindowsGrip.cs (2)
57
if (Misc.
GetClientRectInScreenCoordinates
(_hwnd, ref client))
90
if (!Misc.
GetClientRectInScreenCoordinates
(hwnd, ref client))
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
295
Misc.
GetClientRectInScreenCoordinates
(_hwnd, ref listboxrect);
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
860
&& Misc.
GetClientRectInScreenCoordinates
(_hwnd, ref listViewRect))
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (1)
175
Misc.
GetClientRectInScreenCoordinates
(_pattern.WindowHandle, ref w32rect);
MS\Internal\AutomationProxies\WindowsStatusBar.cs (2)
367
if (!Misc.
GetClientRectInScreenCoordinates
(hwnd, ref rc))
800
if (!Misc.
GetClientRectInScreenCoordinates
(hwnd, ref client))
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
440
if (Misc.
GetClientRectInScreenCoordinates
(hwndParent, ref parentRect) && !parentRect.IsEmpty)