4 writes to _fNotCovered
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\ClickablePoint.cs (4)
202_fNotCovered = fRiAsInsideRect; 212_fNotCovered = fRiAsInsideRect; 368ro._fNotCovered &= fRiAsInsideRect; 375ro._fNotCovered &= !fRiAsInsideRect;
7 references to _fNotCovered
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\ClickablePoint.cs (7)
322alRect.Add(new CPRect(left, top, right, bottom, ro._fNotCovered)); 329alRect.Add(new CPRect(left, top, right, bottom, ro._fNotCovered & fRiAsInsideRect)); 336alRect.Add(new CPRect(left, top, right, bottom, ro._fNotCovered)); 366if (!ro._fNotCovered || !ro.Intersect(ref ri)) 397alRect.Add(new CPRect(left, ro._top, right, ro._bottom, ro._fNotCovered & fRiAsInsideRect)); 411alRect.Add(new CPRect(left, ro._top, right, ro._bottom, ro._fNotCovered & fRiAsInsideRect)); 452if (r._fNotCovered == true && (r._right - r._left) * (r._bottom - r._top) > 0)