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