3 writes to _cache
PresentationFramework (3)
MS\Internal\Documents\TextBoxView.cs (3)
373_cache = null; 475_cache = null; 1363_cache = new TextCache(this);
15 references to _cache
PresentationFramework (15)
MS\Internal\Documents\TextBoxView.cs (15)
376LineProperties lineProperties = _cache.LineProperties; 1361if (_cache == null) 1787LineProperties lineProperties = _cache.LineProperties; 1842line.Format(metrics.Offset, formatWidth, width, lineProperties, _cache.TextRunCache, _cache.TextFormatter); 2222line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties, _cache.TextRunCache, _cache.TextFormatter); 2373line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties, _cache.TextRunCache, _cache.TextFormatter); 2451line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties, _cache.TextRunCache, _cache.TextFormatter); 2484line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties, _cache.TextRunCache, _cache.TextFormatter); 2529line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties, _cache.TextRunCache, _cache.TextFormatter);