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)
429
LineProperties lineProperties =
_cache
.LineProperties;
1410
if (
_cache
== null)
1834
LineProperties lineProperties =
_cache
.LineProperties;
1889
line.Format(metrics.Offset, formatWidth, width, lineProperties,
_cache
.TextRunCache,
_cache
.TextFormatter);
2267
line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties,
_cache
.TextRunCache,
_cache
.TextFormatter);
2418
line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties,
_cache
.TextRunCache,
_cache
.TextFormatter);
2496
line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties,
_cache
.TextRunCache,
_cache
.TextFormatter);
2529
line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties,
_cache
.TextRunCache,
_cache
.TextFormatter);
2574
line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties,
_cache
.TextRunCache,
_cache
.TextFormatter);