3 writes to bottom
UIAutomationClient (3)
MS\Internal\Automation\HwndProxyElementProvider.cs (2)
772
wp.rcNormalPosition.
bottom
= wp.rcNormalPosition.top + currentHeight;
834
wp.rcNormalPosition.
bottom
= (heightInt + wp.rcNormalPosition.top);
MS\Win32\NativeMethods.cs (1)
94
this.
bottom
= bottom;
15 references to bottom
UIAutomationClient (15)
MS\Internal\Automation\BoundingRectTracker.cs (3)
114
new Rect (rc32.left, rc32.top, rc32.right - rc32.left, rc32.
bottom
- rc32.top));
135
&& rc1.
bottom
== rc2.
bottom
;
MS\Internal\Automation\HwndProxyElementProvider.cs (11)
251
return new Rect(rcW32.left, rcW32.top, rcW32.right - rcW32.left, rcW32.
bottom
- rcW32.top);
664
int currentHeight = currentRect.
bottom
- currentRect.top;
696
if (y > parentRect.
bottom
)
698
y -= (y - parentRect.
bottom
+ dy);
759
int currentHeight = currentRect.
bottom
- currentRect.top;
767
int newHeight = wp.rcNormalPosition.
bottom
- wp.rcNormalPosition.top;
1485
if( (rcW32.right - rcW32.left) <= 0 || (rcW32.
bottom
- rcW32.top) <= 0)
1710
&& y >= rc.top && y < rc.
bottom
;
1718
&& rc1.
bottom
<= rc2.
bottom
;
1795
int y1 = (rc.top + rc.
bottom
) / 2;
MS\Win32\NativeMethods.cs (1)
101
return left >= right || top >=
bottom
;