2 writes to _top
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\ClickablePoint.cs (2)
192
_top
= top;
202
_top
= rc.top;
11 references to _top
UIAutomationClientSideProviders (11)
MS\Internal\AutomationProxies\ClickablePoint.cs (11)
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);
307
int top = ro.
_top
;
308
int bottom = ri.
_top
;
387
alRect.Add(new CPRect(left, ro.
_top
, right, ro._bottom, ro._fNotCovered & fRiAsInsideRect));
401
alRect.Add(new CPRect(left, ro.
_top
, right, ro._bottom, ro._fNotCovered & fRiAsInsideRect));
442
if (r._fNotCovered == true && (r._right - r._left) * (r._bottom - r.
_top
) > 0)
445
if (r._right > r._left && r._bottom > r.
_top
)
449
y = ((r._bottom - 1) + r.
_top
) / 2;