16 references to GetWindowRect
UIAutomationClientsideProviders (16)
MS\Internal\AutomationProxies\ClickablePoint.cs (1)
245
if (!Misc.
GetWindowRect
(hwnd, ref rc))
MS\Internal\AutomationProxies\Misc.cs (1)
1394
if (!
GetWindowRect
(hwnd, ref rc))
MS\Internal\AutomationProxies\NonClientArea.cs (1)
126
&& Misc.
GetWindowRect
(hwnd, ref windowRect)
MS\Internal\AutomationProxies\ProxySimple.cs (1)
114
if (!Misc.
GetWindowRect
(_hwnd, ref controlRectangle))
MS\Internal\AutomationProxies\WindowsComboBox.cs (3)
147
if (!Misc.
GetWindowRect
(cbInfo.hwndList, ref rcList))
285
if (Misc.
GetWindowRect
(cbInfo.hwndList, ref rcList) &&
558
result = Misc.
GetWindowRect
(cbInfo.hwndItem, ref cbInfo.rcItem);
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
454
if (!Misc.
GetWindowRect
(_hwnd, ref BoundingRect))
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
728
if (!Misc.
GetWindowRect
(_hwnd, ref rcLv))
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
869
if (Misc.
GetWindowRect
(hwndHeader, ref headerRect)
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
160
if (!Misc.
GetWindowRect
(hwnd, ref controlRectangle))
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
142
if (!Misc.
GetWindowRect
(_hwnd, ref rebarRect))
MS\Internal\AutomationProxies\WindowsTab.cs (2)
579
if (!Misc.
GetWindowRect
(_hwnd, ref viewable))
598
if (!Misc.
GetWindowRect
(updownHwnd, ref rectW32))
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
553
if (!Misc.
GetWindowRect
(_hwnd, ref updownRect))
581
if (!Misc.
GetWindowRect
(hwnd, ref updownRect))