3 writes to _cache
PresentationFramework (3)
MS\Internal\Documents\TextBoxView.cs (3)
424_cache = null; 526_cache = null; 1412_cache = new TextCache(this);
15 references to _cache
PresentationFramework (15)
MS\Internal\Documents\TextBoxView.cs (15)
427LineProperties lineProperties = _cache.LineProperties; 1410if (_cache == null) 1836LineProperties lineProperties = _cache.LineProperties; 1891line.Format(metrics.Offset, formatWidth, width, lineProperties, _cache.TextRunCache, _cache.TextFormatter); 2271line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties, _cache.TextRunCache, _cache.TextFormatter); 2422line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties, _cache.TextRunCache, _cache.TextFormatter); 2500line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties, _cache.TextRunCache, _cache.TextFormatter); 2533line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties, _cache.TextRunCache, _cache.TextFormatter); 2578line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties, _cache.TextRunCache, _cache.TextFormatter);