3 writes to right
UIAutomationClient (3)
MS\Internal\Automation\HwndProxyElementProvider.cs (2)
773
wp.rcNormalPosition.
right
= wp.rcNormalPosition.left + currentWidth;
833
wp.rcNormalPosition.
right
= (widthInt + wp.rcNormalPosition.left);
MS\Win32\NativeMethods.cs (1)
93
this.
right
= right;
15 references to right
UIAutomationClient (15)
MS\Internal\Automation\BoundingRectTracker.cs (3)
114
new Rect (rc32.left, rc32.top, rc32.
right
- rc32.left, rc32.bottom - rc32.top));
134
&& rc1.
right
== rc2.
right
MS\Internal\Automation\HwndProxyElementProvider.cs (11)
251
return new Rect(rcW32.left, rcW32.top, rcW32.
right
- rcW32.left, rcW32.bottom - rcW32.top);
665
int currentWidth = currentRect.
right
- currentRect.left;
690
if (x > parentRect.
right
)
692
x -= (x - parentRect.
right
+ dx);
760
int currentWidth = currentRect.
right
- currentRect.left;
768
int newWidth = wp.rcNormalPosition.
right
-wp.rcNormalPosition.left;
1485
if( (rcW32.
right
- rcW32.left) <= 0 || (rcW32.bottom - rcW32.top) <= 0)
1709
return x >= rc.left && x < rc.
right
1717
&& rc1.
right
<= rc2.
right
1794
int x1 = (rc.left + rc.
right
) / 2;
MS\Win32\NativeMethods.cs (1)
101
return left >=
right
|| top >= bottom;