4 writes to _fNotCovered
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\ClickablePoint.cs (4)
198_fNotCovered = fRiAsInsideRect; 208_fNotCovered = fRiAsInsideRect; 364ro._fNotCovered &= fRiAsInsideRect; 371ro._fNotCovered &= !fRiAsInsideRect;
7 references to _fNotCovered
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\ClickablePoint.cs (7)
318alRect.Add(new CPRect(left, top, right, bottom, ro._fNotCovered)); 325alRect.Add(new CPRect(left, top, right, bottom, ro._fNotCovered & fRiAsInsideRect)); 332alRect.Add(new CPRect(left, top, right, bottom, ro._fNotCovered)); 362if (!ro._fNotCovered || !ro.Intersect(ref ri)) 393alRect.Add(new CPRect(left, ro._top, right, ro._bottom, ro._fNotCovered & fRiAsInsideRect)); 407alRect.Add(new CPRect(left, ro._top, right, ro._bottom, ro._fNotCovered & fRiAsInsideRect)); 448if (r._fNotCovered == true && (r._right - r._left) * (r._bottom - r._top) > 0)