4 writes to _textBlockCache
PresentationFramework (4)
src\Framework\System\Windows\Controls\TextBlock.cs (4)
1262_textBlockCache = null; 1681_textBlockCache = null; 1714_textBlockCache = null; 3124_textBlockCache = new TextBlockCache();
11 references to _textBlockCache
PresentationFramework (11)
src\Framework\System\Windows\Controls\TextBlock.cs (11)
1265LineProperties lineProperties = _textBlockCache._lineProperties; 1365line.Format(dcp, contentSize.Width, GetLineProperties(dcp == 0, lineProperties), textLineBreakIn, _textBlockCache._textRunCache, /*Show paragraph ellipsis*/ false); 1440_textBlockCache._textRunCache = null; 1490LineProperties lineProperties = _textBlockCache._lineProperties; 1513line.Format(dcp, wrappingWidth, GetLineProperties(dcp == 0, lineProperties), lineMetrics.TextLineBreak, _textBlockCache._textRunCache, ellipsis); 1548_textBlockCache._textRunCache = null; 1597LineProperties lineProperties = _textBlockCache._lineProperties; 1647line.Format(dcp, wrappingWidth, GetLineProperties(dcp == 0, showParagraphEllipsis, lineProperties), lineMetrics.TextLineBreak, _textBlockCache._textRunCache, showParagraphEllipsis); 3122if (null == _textBlockCache) 3125_textBlockCache._lineProperties = GetLineProperties(); 3126_textBlockCache._textRunCache = new TextRunCache();