2 writes to _left
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\ClickablePoint.cs (2)
194_left = left; 204_left = rc.left;
9 references to _left
UIAutomationClientSideProviders (9)
MS\Internal\AutomationProxies\ClickablePoint.cs (9)
214return !(_top >= ri._bottom || ri._top >= _bottom || _left >= ri._right || ri._left >= _right); 220return (ri._left <= _left && ri._right >= _right && ri._top <= _top && ri._bottom >= _bottom); 388int left = ro._left; 389int right = ri._left; 448if (r._fNotCovered == true && (r._right - r._left) * (r._bottom - r._top) > 0) 451if (r._right > r._left && r._bottom > r._top) 454x = ((r._right - 1) + r._left) / 2;