3 writes to _cache
PresentationFramework (3)
src\Framework\MS\Internal\Documents\TextBoxView.cs (3)
426_cache = null; 527_cache = null; 1412_cache = new TextCache(this);
15 references to _cache
PresentationFramework (15)
src\Framework\MS\Internal\Documents\TextBoxView.cs (15)
429LineProperties lineProperties = _cache.LineProperties; 1410if (_cache == null) 1834LineProperties lineProperties = _cache.LineProperties; 1889line.Format(metrics.Offset, formatWidth, width, lineProperties, _cache.TextRunCache, _cache.TextFormatter); 2267line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties, _cache.TextRunCache, _cache.TextFormatter); 2418line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties, _cache.TextRunCache, _cache.TextFormatter); 2496line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties, _cache.TextRunCache, _cache.TextFormatter); 2529line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties, _cache.TextRunCache, _cache.TextFormatter); 2574line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties, _cache.TextRunCache, _cache.TextFormatter);