3 writes to _textRunCache
PresentationFramework (3)
src\Framework\System\Windows\Controls\TextBlock.cs (3)
1440_textBlockCache._textRunCache = null; 1548_textBlockCache._textRunCache = null; 3126_textBlockCache._textRunCache = new TextRunCache();
3 references to _textRunCache
PresentationFramework (3)
src\Framework\System\Windows\Controls\TextBlock.cs (3)
1365line.Format(dcp, contentSize.Width, GetLineProperties(dcp == 0, lineProperties), textLineBreakIn, _textBlockCache._textRunCache, /*Show paragraph ellipsis*/ false); 1513line.Format(dcp, wrappingWidth, GetLineProperties(dcp == 0, lineProperties), lineMetrics.TextLineBreak, _textBlockCache._textRunCache, ellipsis); 1647line.Format(dcp, wrappingWidth, GetLineProperties(dcp == 0, showParagraphEllipsis, lineProperties), lineMetrics.TextLineBreak, _textBlockCache._textRunCache, showParagraphEllipsis);