3 writes to _cache
PresentationFramework (3)
MS\Internal\Documents\TextBoxView.cs (3)
424
_cache
= null;
526
_cache
= null;
1412
_cache
= new TextCache(this);
15 references to _cache
PresentationFramework (15)
MS\Internal\Documents\TextBoxView.cs (15)
427
LineProperties lineProperties =
_cache
.LineProperties;
1410
if (
_cache
== null)
1836
LineProperties lineProperties =
_cache
.LineProperties;
1891
line.Format(metrics.Offset, formatWidth, width, lineProperties,
_cache
.TextRunCache,
_cache
.TextFormatter);
2271
line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties,
_cache
.TextRunCache,
_cache
.TextFormatter);
2422
line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties,
_cache
.TextRunCache,
_cache
.TextFormatter);
2500
line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties,
_cache
.TextRunCache,
_cache
.TextFormatter);
2533
line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties,
_cache
.TextRunCache,
_cache
.TextFormatter);
2578
line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties,
_cache
.TextRunCache,
_cache
.TextFormatter);