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)
376
LineProperties lineProperties =
_cache
.LineProperties;
1361
if (
_cache
== null)
1787
LineProperties lineProperties =
_cache
.LineProperties;
1842
line.Format(metrics.Offset, formatWidth, width, lineProperties,
_cache
.TextRunCache,
_cache
.TextFormatter);
2222
line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties,
_cache
.TextRunCache,
_cache
.TextFormatter);
2373
line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties,
_cache
.TextRunCache,
_cache
.TextFormatter);
2451
line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties,
_cache
.TextRunCache,
_cache
.TextFormatter);
2484
line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties,
_cache
.TextRunCache,
_cache
.TextFormatter);
2529
line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties,
_cache
.TextRunCache,
_cache
.TextFormatter);