3 writes to _right
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\ClickablePoint.cs (3)
193
_right
= right;
203
_right
= rc.right;
373
ri.
_right
= ro._right;
12 references to _right
UIAutomationClientSideProviders (12)
MS\Internal\AutomationProxies\ClickablePoint.cs (12)
211
return !(_top >= ri._bottom || ri._top >= _bottom || _left >= ri.
_right
|| ri._left >=
_right
);
217
return (ri._left <= _left && ri.
_right
>=
_right
&& ri._top <= _top && ri._bottom >= _bottom);
371
if (ri.
_right
> ro.
_right
)
373
ri._right = ro.
_right
;
391
right = ri.
_right
;
398
right = ro.
_right
;
442
if (r._fNotCovered == true && (r.
_right
- r._left) * (r._bottom - r._top) > 0)
445
if (r.
_right
> r._left && r._bottom > r._top)
448
x = ((r.
_right
- 1) + r._left) / 2;