4 writes to _bottom
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\ClickablePoint.cs (4)
201
_bottom
= bottom;
211
_bottom
= rc.bottom;
314
ri.
_bottom
= ro._bottom;
389
ri.
_bottom
= ro._bottom;
17 references to _bottom
UIAutomationClientSideProviders (17)
MS\Internal\AutomationProxies\ClickablePoint.cs (17)
218
return !(_top >= ri.
_bottom
|| ri._top >=
_bottom
|| _left >= ri._right || ri._left >= _right);
224
return (ri._left <= _left && ri._right >= _right && ri._top <= _top && ri.
_bottom
>=
_bottom
);
312
if (ri.
_bottom
> ro.
_bottom
)
314
ri._bottom = ro.
_bottom
;
326
bottom = ri.
_bottom
;
333
bottom = ro.
_bottom
;
387
if (ri.
_bottom
> ro.
_bottom
)
389
ri._bottom = ro.
_bottom
;
397
alRect.Add(new CPRect(left, ro._top, right, ro.
_bottom
, ro._fNotCovered & fRiAsInsideRect));
411
alRect.Add(new CPRect(left, ro._top, right, ro.
_bottom
, ro._fNotCovered & fRiAsInsideRect));
452
if (r._fNotCovered == true && (r._right - r._left) * (r.
_bottom
- r._top) > 0)
455
if (r._right > r._left && r.
_bottom
> r._top)
459
y = ((r.
_bottom
- 1) + r._top) / 2;