4 writes to _textBlockCache
PresentationFramework (4)
System\Windows\Controls\TextBlock.cs (4)
1184_textBlockCache = null; 1599_textBlockCache = null; 1632_textBlockCache = null; 3035_textBlockCache = new TextBlockCache();
11 references to _textBlockCache
PresentationFramework (11)
System\Windows\Controls\TextBlock.cs (11)
1187LineProperties lineProperties = _textBlockCache._lineProperties; 1287line.Format(dcp, contentSize.Width, GetLineProperties(dcp == 0, lineProperties), textLineBreakIn, _textBlockCache._textRunCache, /*Show paragraph ellipsis*/ false); 1362_textBlockCache._textRunCache = null; 1412LineProperties lineProperties = _textBlockCache._lineProperties; 1435Format(line, lineMetrics.Length, dcp, wrappingWidth, GetLineProperties(dcp == 0, lineProperties), lineMetrics.TextLineBreak, _textBlockCache._textRunCache, ellipsis); 1470_textBlockCache._textRunCache = null; 1516LineProperties lineProperties = _textBlockCache._lineProperties; 1566Format(line, lineMetrics.Length, dcp, wrappingWidth, GetLineProperties(dcp == 0, showParagraphEllipsis, lineProperties), lineMetrics.TextLineBreak, _textBlockCache._textRunCache, showParagraphEllipsis); 3033if (null == _textBlockCache) 3036_textBlockCache._lineProperties = GetLineProperties(); 3037_textBlockCache._textRunCache = new TextRunCache();