6 references to GetClientRect
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\Misc.cs (1)
237
if (!
GetClientRect
(hwnd, ref rc))
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
479
if (!Misc.
GetClientRect
(hwnd, ref rc))
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
137
if(Misc.
GetClientRect
(_hwnd, ref clientRect))
MS\Internal\AutomationProxies\WindowsEditBox.cs (3)
361
if (!Misc.
GetClientRect
(WindowHandle, ref clientRect))
596
if (Misc.
GetClientRect
(_hwnd, ref rect) && !rect.IsEmpty)
719
if (Misc.
GetClientRect
(_hwnd, ref rect) && !rect.IsEmpty)