4 writes to _textBlockCache
PresentationFramework (4)
System\Windows\Controls\TextBlock.cs (4)
1172
_textBlockCache
= null;
1581
_textBlockCache
= null;
1614
_textBlockCache
= null;
3014
_textBlockCache
= new TextBlockCache
9 references to _textBlockCache
PresentationFramework (9)
System\Windows\Controls\TextBlock.cs (9)
1175
LineProperties lineProperties =
_textBlockCache
._lineProperties;
1272
line.Format(dcp, contentSize.Width, GetLineProperties(dcp == 0, lineProperties), textLineBreakIn,
_textBlockCache
._textRunCache, /*Show paragraph ellipsis*/ false);
1347
_textBlockCache
._textRunCache = null;
1394
LineProperties lineProperties =
_textBlockCache
._lineProperties;
1417
Format(line, lineMetrics.Length, dcp, wrappingWidth, GetLineProperties(dcp == 0, lineProperties), lineMetrics.TextLineBreak,
_textBlockCache
._textRunCache, ellipsis);
1452
_textBlockCache
._textRunCache = null;
1498
LineProperties lineProperties =
_textBlockCache
._lineProperties;
1548
Format(line, lineMetrics.Length, dcp, wrappingWidth, GetLineProperties(dcp == 0, showParagraphEllipsis, lineProperties), lineMetrics.TextLineBreak,
_textBlockCache
._textRunCache, showParagraphEllipsis);
3012
if (null ==
_textBlockCache
)