6 references to GetClientRect
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\Misc.cs (1)
248if (!GetClientRect(hwnd, ref rc))
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
495if (!Misc.GetClientRect(hwnd, ref rc))
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
150if(Misc.GetClientRect(_hwnd, ref clientRect))
MS\Internal\AutomationProxies\WindowsEditBox.cs (3)
400if (!Misc.GetClientRect(WindowHandle, ref clientRect)) 661if (Misc.GetClientRect(_hwnd, ref rect) && !rect.IsEmpty) 784if (Misc.GetClientRect(_hwnd, ref rect) && !rect.IsEmpty)