4 writes to _fNotCovered
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\ClickablePoint.cs (4)
199_fNotCovered = fRiAsInsideRect; 209_fNotCovered = fRiAsInsideRect; 365ro._fNotCovered &= fRiAsInsideRect; 372ro._fNotCovered &= !fRiAsInsideRect;
7 references to _fNotCovered
UIAutomationClientsideProviders (7)
MS\Internal\AutomationProxies\ClickablePoint.cs (7)
319alRect.Add(new CPRect(left, top, right, bottom, ro._fNotCovered)); 326alRect.Add(new CPRect(left, top, right, bottom, ro._fNotCovered & fRiAsInsideRect)); 333alRect.Add(new CPRect(left, top, right, bottom, ro._fNotCovered)); 363if (!ro._fNotCovered || !ro.Intersect(ref ri)) 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)