4 writes to _textBlockCache
PresentationFramework (4)
System\Windows\Controls\TextBlock.cs (4)
1171_textBlockCache = null; 1580_textBlockCache = null; 1613_textBlockCache = null; 3013_textBlockCache = new TextBlockCache
9 references to _textBlockCache
PresentationFramework (9)
System\Windows\Controls\TextBlock.cs (9)
1174LineProperties lineProperties = _textBlockCache._lineProperties; 1271line.Format(dcp, contentSize.Width, GetLineProperties(dcp == 0, lineProperties), textLineBreakIn, _textBlockCache._textRunCache, /*Show paragraph ellipsis*/ false); 1346_textBlockCache._textRunCache = null; 1393LineProperties lineProperties = _textBlockCache._lineProperties; 1416Format(line, lineMetrics.Length, dcp, wrappingWidth, GetLineProperties(dcp == 0, lineProperties), lineMetrics.TextLineBreak, _textBlockCache._textRunCache, ellipsis); 1451_textBlockCache._textRunCache = null; 1497LineProperties lineProperties = _textBlockCache._lineProperties; 1547Format(line, lineMetrics.Length, dcp, wrappingWidth, GetLineProperties(dcp == 0, showParagraphEllipsis, lineProperties), lineMetrics.TextLineBreak, _textBlockCache._textRunCache, showParagraphEllipsis); 3011if (null == _textBlockCache)