17 references to Win32Rect
UIAutomationClientSideProviders (17)
MS\Internal\AutomationProxies\Misc.cs (7)
248
rc = new NativeMethods.
Win32Rect
(leftTop.x, leftTop.y, rightBottom.x, rightBottom.y);
812
NativeMethods.Win32Rect clientRect = new NativeMethods.
Win32Rect
(0, 0, 0, 0);
816
NativeMethods.Win32Rect intersection = new NativeMethods.
Win32Rect
(0, 0, 0, 0);
825
NativeMethods.Win32Rect intersection = new NativeMethods.
Win32Rect
(0, 0, 0, 0);
835
NativeMethods.Win32Rect intersection = new NativeMethods.
Win32Rect
(0, 0, 0, 0);
845
NativeMethods.Win32Rect intersection = new NativeMethods.
Win32Rect
(0, 0, 0, 0);
856
NativeMethods.Win32Rect intersection = new NativeMethods.
Win32Rect
(0, 0, 0, 0);
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
384
new NativeMethods.
Win32Rect
(left, top, left + cxItem, top + cyItem);
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
818
return new NativeMethods.
Win32Rect
(sbi.rcScrollBar.left, sbi.rcScrollBar.top, sbi.rcScrollBar.right, sbi.rcScrollBar.bottom);
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (3)
166
return new NativeMethods.
Win32Rect
(controlRectangle.left, rc.top, right, rc.bottom);
188
return new NativeMethods.
Win32Rect
(selectable.right, wholeItem.top, wholeItem.right, wholeItem.bottom);
192
return new NativeMethods.
Win32Rect
(wholeItem.left, wholeItem.top, selectable.left, wholeItem.bottom);
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
296
NativeMethods.Win32Rect rc = new NativeMethods.
Win32Rect
(sbi.rcScrollBar.left, sbi.xyThumbTop, sbi.rcScrollBar.right, sbi.xyThumbBottom);
388
NativeMethods.Win32Rect rc = new NativeMethods.
Win32Rect
(sbi.xyThumbTop, sbi.rcScrollBar.top, sbi.xyThumbBottom, sbi.rcScrollBar.bottom);
MS\Internal\AutomationProxies\WindowsStatusBar.cs (2)
809
return new NativeMethods.
Win32Rect
(client.left, client.bottom - sizeGrip.cy, client.left + sizeGrip.cx, client.bottom);
813
return new NativeMethods.
Win32Rect
(client.right - sizeGrip.cx, client.bottom - sizeGrip.cy, client.right, client.bottom);
MS\Win32\NativeMethods.cs (1)
1203
return new
Win32Rect
(0, 0, 0, 0);