21 references to TextRunCache
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\TextFormatterImp.cs (2)
143new TextRunCache() // local cache, only live within this call 300new TextRunCache() // local cache, only live within this call
PresentationFramework (19)
src\Framework\MS\Internal\Documents\TextBoxView.cs (3)
1580line.Format(metrics.Offset, formatWidth, width, lineProperties, new TextRunCache(), formatter); 1742line.Format(metrics.Offset, formatWidth, width, lineProperties, new TextRunCache(), formatter); 3147_textRunCache = new TextRunCache();
src\Framework\MS\Internal\PtsHost\ListMarkerLine.cs (1)
119line = _host.TextFormatter.FormatLine(_host, 0, 0, lineProps.FirstLineProps, null, new TextRunCache());
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (4)
207_textRunCache = new TextRunCache(); 1165_textRunCache = new TextRunCache(); 1283_textRunCache = new TextRunCache(); 1794private TextRunCache _textRunCache = new TextRunCache();
src\Framework\System\Windows\Controls\TextBlock.cs (11)
1771TextRunCache textRunCache = new TextRunCache(); 1894TextRunCache textRunCache = new TextRunCache(); 2181TextRunCache textRunCache = new TextRunCache(); 2229TextRunCache textRunCache = new TextRunCache(); 2286TextRunCache textRunCache = new TextRunCache(); 2384TextRunCache textRunCache = new TextRunCache(); 2483TextRunCache textRunCache = new TextRunCache(); 2591TextRunCache textRunCache = new TextRunCache(); 2707TextRunCache textRunCache = new TextRunCache(); 3126_textBlockCache._textRunCache = new TextRunCache(); 3417TextRunCache textRunCache = new TextRunCache();