3 writes to _textRunCache
PresentationFramework (3)
System\Windows\Controls\TextBlock.cs (3)
1362_textBlockCache._textRunCache = null; 1470_textBlockCache._textRunCache = null; 3037_textBlockCache._textRunCache = new TextRunCache();
3 references to _textRunCache
PresentationFramework (3)
System\Windows\Controls\TextBlock.cs (3)
1287line.Format(dcp, contentSize.Width, GetLineProperties(dcp == 0, lineProperties), textLineBreakIn, _textBlockCache._textRunCache, /*Show paragraph ellipsis*/ false); 1435Format(line, lineMetrics.Length, dcp, wrappingWidth, GetLineProperties(dcp == 0, lineProperties), lineMetrics.TextLineBreak, _textBlockCache._textRunCache, ellipsis); 1566Format(line, lineMetrics.Length, dcp, wrappingWidth, GetLineProperties(dcp == 0, showParagraphEllipsis, lineProperties), lineMetrics.TextLineBreak, _textBlockCache._textRunCache, showParagraphEllipsis);