3 writes to _cache
PresentationFramework (3)
MS\Internal\Documents\TextBoxView.cs (3)
380
_cache
= null;
482
_cache
= null;
1370
_cache
= new TextCache(this);
15 references to _cache
PresentationFramework (15)
MS\Internal\Documents\TextBoxView.cs (15)
383
LineProperties lineProperties =
_cache
.LineProperties;
1368
if (
_cache
== null)
1794
LineProperties lineProperties =
_cache
.LineProperties;
1849
line.Format(metrics.Offset, formatWidth, width, lineProperties,
_cache
.TextRunCache,
_cache
.TextFormatter);
2229
line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties,
_cache
.TextRunCache,
_cache
.TextFormatter);
2380
line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties,
_cache
.TextRunCache,
_cache
.TextFormatter);
2458
line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties,
_cache
.TextRunCache,
_cache
.TextFormatter);
2491
line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties,
_cache
.TextRunCache,
_cache
.TextFormatter);
2536
line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties,
_cache
.TextRunCache,
_cache
.TextFormatter);