4 writes to _bottom
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\ClickablePoint.cs (4)
198_bottom = bottom; 208_bottom = rc.bottom; 311ri._bottom = ro._bottom; 386ri._bottom = ro._bottom;
17 references to _bottom
UIAutomationClientsideProviders (17)
MS\Internal\AutomationProxies\ClickablePoint.cs (17)
215return !(_top >= ri._bottom || ri._top >= _bottom || _left >= ri._right || ri._left >= _right); 221return (ri._left <= _left && ri._right >= _right && ri._top <= _top && ri._bottom >= _bottom); 309if (ri._bottom > ro._bottom) 311ri._bottom = ro._bottom; 323bottom = ri._bottom; 330bottom = ro._bottom; 384if (ri._bottom > ro._bottom) 386ri._bottom = ro._bottom; 394alRect.Add(new CPRect(left, ro._top, right, ro._bottom, ro._fNotCovered & fRiAsInsideRect)); 408alRect.Add(new CPRect(left, ro._top, right, ro._bottom, ro._fNotCovered & fRiAsInsideRect)); 449if (r._fNotCovered == true && (r._right - r._left) * (r._bottom - r._top) > 0) 452if (r._right > r._left && r._bottom > r._top) 456y = ((r._bottom - 1) + r._top) / 2;