4 writes to _fNotCovered
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\ClickablePoint.cs (4)
195_fNotCovered = fRiAsInsideRect; 205_fNotCovered = fRiAsInsideRect; 358ro._fNotCovered &= fRiAsInsideRect; 365ro._fNotCovered &= !fRiAsInsideRect;
7 references to _fNotCovered
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\ClickablePoint.cs (7)
312alRect.Add(new CPRect(left, top, right, bottom, ro._fNotCovered)); 319alRect.Add(new CPRect(left, top, right, bottom, ro._fNotCovered & fRiAsInsideRect)); 326alRect.Add(new CPRect(left, top, right, bottom, ro._fNotCovered)); 356if (!ro._fNotCovered || !ro.Intersect(ref ri)) 387alRect.Add(new CPRect(left, ro._top, right, ro._bottom, ro._fNotCovered & fRiAsInsideRect)); 401alRect.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)