3 writes to _textRunCache
PresentationFramework (3)
System\Windows\Controls\TextBlock.cs (3)
1347_textBlockCache._textRunCache = null; 1452_textBlockCache._textRunCache = null; 3017_textRunCache = new TextRunCache()
3 references to _textRunCache
PresentationFramework (3)
System\Windows\Controls\TextBlock.cs (3)
1272line.Format(dcp, contentSize.Width, GetLineProperties(dcp == 0, lineProperties), textLineBreakIn, _textBlockCache._textRunCache, /*Show paragraph ellipsis*/ false); 1417Format(line, lineMetrics.Length, dcp, wrappingWidth, GetLineProperties(dcp == 0, lineProperties), lineMetrics.TextLineBreak, _textBlockCache._textRunCache, ellipsis); 1548Format(line, lineMetrics.Length, dcp, wrappingWidth, GetLineProperties(dcp == 0, showParagraphEllipsis, lineProperties), lineMetrics.TextLineBreak, _textBlockCache._textRunCache, showParagraphEllipsis);