17 references to Win32Rect
UIAutomationClientsideProviders (17)
MS\Internal\AutomationProxies\Misc.cs (7)
265
rc = new NativeMethods.
Win32Rect
(leftTop.x, leftTop.y, rightBottom.x, rightBottom.y);
832
NativeMethods.Win32Rect clientRect = new NativeMethods.
Win32Rect
(0, 0, 0, 0);
836
NativeMethods.Win32Rect intersection = new NativeMethods.
Win32Rect
(0, 0, 0, 0);
845
NativeMethods.Win32Rect intersection = new NativeMethods.
Win32Rect
(0, 0, 0, 0);
855
NativeMethods.Win32Rect intersection = new NativeMethods.
Win32Rect
(0, 0, 0, 0);
865
NativeMethods.Win32Rect intersection = new NativeMethods.
Win32Rect
(0, 0, 0, 0);
876
NativeMethods.Win32Rect intersection = new NativeMethods.
Win32Rect
(0, 0, 0, 0);
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
404
new NativeMethods.
Win32Rect
(left, top, left + cxItem, top + cyItem);
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
832
return new NativeMethods.
Win32Rect
(sbi.rcScrollBar.left, sbi.rcScrollBar.top, sbi.rcScrollBar.right, sbi.rcScrollBar.bottom);
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (3)
174
return new NativeMethods.
Win32Rect
(controlRectangle.left, rc.top, right, rc.bottom);
196
return new NativeMethods.
Win32Rect
(selectable.right, wholeItem.top, wholeItem.right, wholeItem.bottom);
200
return new NativeMethods.
Win32Rect
(wholeItem.left, wholeItem.top, selectable.left, wholeItem.bottom);
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
306
NativeMethods.Win32Rect rc = new NativeMethods.
Win32Rect
(sbi.rcScrollBar.left, sbi.xyThumbTop, sbi.rcScrollBar.right, sbi.xyThumbBottom);
398
NativeMethods.Win32Rect rc = new NativeMethods.
Win32Rect
(sbi.xyThumbTop, sbi.rcScrollBar.top, sbi.xyThumbBottom, sbi.rcScrollBar.bottom);
MS\Internal\AutomationProxies\WindowsStatusBar.cs (2)
823
return new NativeMethods.
Win32Rect
(client.left, client.bottom - sizeGrip.cy, client.left + sizeGrip.cx, client.bottom);
827
return new NativeMethods.
Win32Rect
(client.right - sizeGrip.cx, client.bottom - sizeGrip.cy, client.right, client.bottom);
MS\Win32\NativeMethods.cs (1)
1222
return new
Win32Rect
(0, 0, 0, 0);