4 writes to _textBlockCache
PresentationFramework (4)
System\Windows\Controls\TextBlock.cs (4)
1172_textBlockCache = null; 1581_textBlockCache = null; 1614_textBlockCache = null; 3014_textBlockCache = new TextBlockCache
9 references to _textBlockCache
PresentationFramework (9)
System\Windows\Controls\TextBlock.cs (9)
1175LineProperties lineProperties = _textBlockCache._lineProperties; 1272line.Format(dcp, contentSize.Width, GetLineProperties(dcp == 0, lineProperties), textLineBreakIn, _textBlockCache._textRunCache, /*Show paragraph ellipsis*/ false); 1347_textBlockCache._textRunCache = null; 1394LineProperties lineProperties = _textBlockCache._lineProperties; 1417Format(line, lineMetrics.Length, dcp, wrappingWidth, GetLineProperties(dcp == 0, lineProperties), lineMetrics.TextLineBreak, _textBlockCache._textRunCache, ellipsis); 1452_textBlockCache._textRunCache = null; 1498LineProperties lineProperties = _textBlockCache._lineProperties; 1548Format(line, lineMetrics.Length, dcp, wrappingWidth, GetLineProperties(dcp == 0, showParagraphEllipsis, lineProperties), lineMetrics.TextLineBreak, _textBlockCache._textRunCache, showParagraphEllipsis); 3012if (null == _textBlockCache)