4 writes to _textBlockCache
PresentationFramework (4)
System\Windows\Controls\TextBlock.cs (4)
1171
_textBlockCache
= null;
1580
_textBlockCache
= null;
1613
_textBlockCache
= null;
3013
_textBlockCache
= new TextBlockCache
9 references to _textBlockCache
PresentationFramework (9)
System\Windows\Controls\TextBlock.cs (9)
1174
LineProperties lineProperties =
_textBlockCache
._lineProperties;
1271
line.Format(dcp, contentSize.Width, GetLineProperties(dcp == 0, lineProperties), textLineBreakIn,
_textBlockCache
._textRunCache, /*Show paragraph ellipsis*/ false);
1346
_textBlockCache
._textRunCache = null;
1393
LineProperties lineProperties =
_textBlockCache
._lineProperties;
1416
Format(line, lineMetrics.Length, dcp, wrappingWidth, GetLineProperties(dcp == 0, lineProperties), lineMetrics.TextLineBreak,
_textBlockCache
._textRunCache, ellipsis);
1451
_textBlockCache
._textRunCache = null;
1497
LineProperties lineProperties =
_textBlockCache
._lineProperties;
1547
Format(line, lineMetrics.Length, dcp, wrappingWidth, GetLineProperties(dcp == 0, showParagraphEllipsis, lineProperties), lineMetrics.TextLineBreak,
_textBlockCache
._textRunCache, showParagraphEllipsis);
3011
if (null ==
_textBlockCache
)