21 references to TextRunCache
PresentationCore (2)
MS\Internal\TextFormatting\TextFormatterImp.cs (2)
141new TextRunCache() // local cache, only live within this call 298new TextRunCache() // local cache, only live within this call
PresentationFramework (19)
MS\Internal\Documents\TextBoxView.cs (3)
1579line.Format(metrics.Offset, formatWidth, width, lineProperties, new TextRunCache(), formatter); 1744line.Format(metrics.Offset, formatWidth, width, lineProperties, new TextRunCache(), formatter); 3170_textRunCache = new TextRunCache();
MS\Internal\PtsHost\ListMarkerLine.cs (1)
115line = _host.TextFormatter.FormatLine(_host, 0, 0, lineProps.FirstLineProps, null, new TextRunCache());
MS\Internal\PtsHost\TextParagraph.cs (4)
202_textRunCache = new TextRunCache(); 1157_textRunCache = new TextRunCache(); 1275_textRunCache = new TextRunCache(); 1786private TextRunCache _textRunCache = new TextRunCache();
System\Windows\Controls\TextBlock.cs (11)
1686TextRunCache textRunCache = new TextRunCache(); 1806TextRunCache textRunCache = new TextRunCache(); 2092TextRunCache textRunCache = new TextRunCache(); 2141TextRunCache textRunCache = new TextRunCache(); 2199TextRunCache textRunCache = new TextRunCache(); 2296TextRunCache textRunCache = new TextRunCache(); 2395TextRunCache textRunCache = new TextRunCache(); 2502TextRunCache textRunCache = new TextRunCache(); 2618TextRunCache textRunCache = new TextRunCache(); 3037_textBlockCache._textRunCache = new TextRunCache(); 3428TextRunCache textRunCache = new TextRunCache();