3 writes to _cache
PresentationFramework (3)
MS\Internal\Documents\TextBoxView.cs (3)
379_cache = null; 481_cache = null; 1369_cache = new TextCache(this);
15 references to _cache
PresentationFramework (15)
MS\Internal\Documents\TextBoxView.cs (15)
382LineProperties lineProperties = _cache.LineProperties; 1367if (_cache == null) 1793LineProperties lineProperties = _cache.LineProperties; 1848line.Format(metrics.Offset, formatWidth, width, lineProperties, _cache.TextRunCache, _cache.TextFormatter); 2228line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties, _cache.TextRunCache, _cache.TextFormatter); 2379line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties, _cache.TextRunCache, _cache.TextFormatter); 2457line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties, _cache.TextRunCache, _cache.TextFormatter); 2490line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties, _cache.TextRunCache, _cache.TextFormatter); 2535line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties, _cache.TextRunCache, _cache.TextFormatter);