21 references to TextRunCache
PresentationCore (2)
MS\Internal\TextFormatting\TextFormatterImp.cs (2)
118new TextRunCache() // local cache, only live within this call 275new TextRunCache() // local cache, only live within this call
PresentationFramework (19)
MS\Internal\Documents\TextBoxView.cs (3)
1537line.Format(metrics.Offset, formatWidth, width, lineProperties, new TextRunCache(), formatter); 1702line.Format(metrics.Offset, formatWidth, width, lineProperties, new TextRunCache(), formatter); 3128_textRunCache = new TextRunCache();
MS\Internal\PtsHost\ListMarkerLine.cs (1)
108line = _host.TextFormatter.FormatLine(_host, 0, 0, lineProps.FirstLineProps, null, new TextRunCache());
MS\Internal\PtsHost\TextParagraph.cs (4)
184_textRunCache = new TextRunCache(); 1128_textRunCache = new TextRunCache(); 1246_textRunCache = new TextRunCache(); 1757private TextRunCache _textRunCache = new TextRunCache();
System\Windows\Controls\TextBlock.cs (11)
1668TextRunCache textRunCache = new TextRunCache(); 1788TextRunCache textRunCache = new TextRunCache(); 2071TextRunCache textRunCache = new TextRunCache(); 2120TextRunCache textRunCache = new TextRunCache(); 2178TextRunCache textRunCache = new TextRunCache(); 2275TextRunCache textRunCache = new TextRunCache(); 2374TextRunCache textRunCache = new TextRunCache(); 2481TextRunCache textRunCache = new TextRunCache(); 2597TextRunCache textRunCache = new TextRunCache(); 3017_textRunCache = new TextRunCache() 3409TextRunCache textRunCache = new TextRunCache();