6 references to GetClientRect
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\Misc.cs (1)
231if (!GetClientRect(hwnd, ref rc))
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
467if (!Misc.GetClientRect(hwnd, ref rc))
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
130if(Misc.GetClientRect(_hwnd, ref clientRect))
MS\Internal\AutomationProxies\WindowsEditBox.cs (3)
360if (!Misc.GetClientRect(WindowHandle, ref clientRect)) 595if (Misc.GetClientRect(_hwnd, ref rect) && !rect.IsEmpty) 720if (Misc.GetClientRect(_hwnd, ref rect) && !rect.IsEmpty)