4 writes to _bottom
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\ClickablePoint.cs (4)
194_bottom = bottom; 204_bottom = rc.bottom; 304ri._bottom = ro._bottom; 379ri._bottom = ro._bottom;
17 references to _bottom
UIAutomationClientSideProviders (17)
MS\Internal\AutomationProxies\ClickablePoint.cs (17)
211return !(_top >= ri._bottom || ri._top >= _bottom || _left >= ri._right || ri._left >= _right); 217return (ri._left <= _left && ri._right >= _right && ri._top <= _top && ri._bottom >= _bottom); 302if (ri._bottom > ro._bottom) 304ri._bottom = ro._bottom; 316bottom = ri._bottom; 323bottom = ro._bottom; 377if (ri._bottom > ro._bottom) 379ri._bottom = ro._bottom; 387rectList.Add(new CPRect(left, ro._top, right, ro._bottom, ro._fNotCovered & fRiAsInsideRect)); 401rectList.Add(new CPRect(left, ro._top, right, ro._bottom, ro._fNotCovered & fRiAsInsideRect)); 442if (r._fNotCovered == true && (r._right - r._left) * (r._bottom - r._top) > 0) 445if (r._right > r._left && r._bottom > r._top) 449y = ((r._bottom - 1) + r._top) / 2;