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)
382
LineProperties lineProperties =
_cache
.LineProperties;
1367
if (
_cache
== null)
1793
LineProperties lineProperties =
_cache
.LineProperties;
1848
line.Format(metrics.Offset, formatWidth, width, lineProperties,
_cache
.TextRunCache,
_cache
.TextFormatter);
2228
line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties,
_cache
.TextRunCache,
_cache
.TextFormatter);
2379
line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties,
_cache
.TextRunCache,
_cache
.TextFormatter);
2457
line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties,
_cache
.TextRunCache,
_cache
.TextFormatter);
2490
line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties,
_cache
.TextRunCache,
_cache
.TextFormatter);
2535
line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties,
_cache
.TextRunCache,
_cache
.TextFormatter);