17 references to Win32Rect
UIAutomationClientSideProviders (17)
MS\Internal\AutomationProxies\Misc.cs (7)
249
rc = new NativeMethods.
Win32Rect
(leftTop.x, leftTop.y, rightBottom.x, rightBottom.y);
813
NativeMethods.Win32Rect clientRect = new NativeMethods.
Win32Rect
(0, 0, 0, 0);
817
NativeMethods.Win32Rect intersection = new NativeMethods.
Win32Rect
(0, 0, 0, 0);
826
NativeMethods.Win32Rect intersection = new NativeMethods.
Win32Rect
(0, 0, 0, 0);
836
NativeMethods.Win32Rect intersection = new NativeMethods.
Win32Rect
(0, 0, 0, 0);
846
NativeMethods.Win32Rect intersection = new NativeMethods.
Win32Rect
(0, 0, 0, 0);
857
NativeMethods.Win32Rect intersection = new NativeMethods.
Win32Rect
(0, 0, 0, 0);
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
388
new NativeMethods.
Win32Rect
(left, top, left + cxItem, top + cyItem);
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
819
return new NativeMethods.
Win32Rect
(sbi.rcScrollBar.left, sbi.rcScrollBar.top, sbi.rcScrollBar.right, sbi.rcScrollBar.bottom);
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (3)
167
return new NativeMethods.
Win32Rect
(controlRectangle.left, rc.top, right, rc.bottom);
189
return new NativeMethods.
Win32Rect
(selectable.right, wholeItem.top, wholeItem.right, wholeItem.bottom);
193
return new NativeMethods.
Win32Rect
(wholeItem.left, wholeItem.top, selectable.left, wholeItem.bottom);
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
297
NativeMethods.Win32Rect rc = new NativeMethods.
Win32Rect
(sbi.rcScrollBar.left, sbi.xyThumbTop, sbi.rcScrollBar.right, sbi.xyThumbBottom);
389
NativeMethods.Win32Rect rc = new NativeMethods.
Win32Rect
(sbi.xyThumbTop, sbi.rcScrollBar.top, sbi.xyThumbBottom, sbi.rcScrollBar.bottom);
MS\Internal\AutomationProxies\WindowsStatusBar.cs (2)
810
return new NativeMethods.
Win32Rect
(client.left, client.bottom - sizeGrip.cy, client.left + sizeGrip.cx, client.bottom);
814
return new NativeMethods.
Win32Rect
(client.right - sizeGrip.cx, client.bottom - sizeGrip.cy, client.right, client.bottom);
MS\Win32\NativeMethods.cs (1)
1204
return new
Win32Rect
(0, 0, 0, 0);