3 writes to _textRunCache
PresentationFramework (3)
System\Windows\Controls\TextBlock.cs (3)
1346_textBlockCache._textRunCache = null; 1451_textBlockCache._textRunCache = null; 3016_textRunCache = new TextRunCache()
3 references to _textRunCache
PresentationFramework (3)
System\Windows\Controls\TextBlock.cs (3)
1271line.Format(dcp, contentSize.Width, GetLineProperties(dcp == 0, lineProperties), textLineBreakIn, _textBlockCache._textRunCache, /*Show paragraph ellipsis*/ false); 1416Format(line, lineMetrics.Length, dcp, wrappingWidth, GetLineProperties(dcp == 0, lineProperties), lineMetrics.TextLineBreak, _textBlockCache._textRunCache, ellipsis); 1547Format(line, lineMetrics.Length, dcp, wrappingWidth, GetLineProperties(dcp == 0, showParagraphEllipsis, lineProperties), lineMetrics.TextLineBreak, _textBlockCache._textRunCache, showParagraphEllipsis);