3 writes to _right
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\ClickablePoint.cs (3)
197
_right
= right;
207
_right
= rc.right;
380
ri.
_right
= ro._right;
12 references to _right
UIAutomationClientsideProviders (12)
MS\Internal\AutomationProxies\ClickablePoint.cs (12)
215
return !(_top >= ri._bottom || ri._top >= _bottom || _left >= ri.
_right
|| ri._left >=
_right
);
221
return (ri._left <= _left && ri.
_right
>=
_right
&& ri._top <= _top && ri._bottom >= _bottom);
378
if (ri.
_right
> ro.
_right
)
380
ri._right = ro.
_right
;
398
right = ri.
_right
;
405
right = ro.
_right
;
449
if (r._fNotCovered == true && (r.
_right
- r._left) * (r._bottom - r._top) > 0)
452
if (r.
_right
> r._left && r._bottom > r._top)
455
x = ((r.
_right
- 1) + r._left) / 2;