16 references to GetWindowRect
UIAutomationClientSideProviders (16)
MS\Internal\AutomationProxies\ClickablePoint.cs (1)
241if (!Misc.GetWindowRect(hwnd, ref rc))
MS\Internal\AutomationProxies\Misc.cs (1)
1373if (!GetWindowRect(hwnd, ref rc))
MS\Internal\AutomationProxies\NonClientArea.cs (1)
118&& Misc.GetWindowRect(hwnd, ref windowRect)
MS\Internal\AutomationProxies\ProxySimple.cs (1)
98if (!Misc.GetWindowRect(_hwnd, ref controlRectangle))
MS\Internal\AutomationProxies\WindowsComboBox.cs (3)
129if (!Misc.GetWindowRect(cbInfo.hwndList, ref rcList)) 267if (Misc.GetWindowRect(cbInfo.hwndList, ref rcList) && 536result = Misc.GetWindowRect(cbInfo.hwndItem, ref cbInfo.rcItem);
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
436if (!Misc.GetWindowRect(_hwnd, ref BoundingRect))
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
714if (!Misc.GetWindowRect(_hwnd, ref rcLv))
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
854if (Misc.GetWindowRect(hwndHeader, ref headerRect)
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
152if (!Misc.GetWindowRect(hwnd, ref controlRectangle))
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
123if (!Misc.GetWindowRect(_hwnd, ref rebarRect))
MS\Internal\AutomationProxies\WindowsTab.cs (2)
573if (!Misc.GetWindowRect(_hwnd, ref viewable)) 592if (!Misc.GetWindowRect(updownHwnd, ref rectW32))
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
532if (!Misc.GetWindowRect(_hwnd, ref updownRect)) 560if (!Misc.GetWindowRect(hwnd, ref updownRect))