21 references to TextRunCache
PresentationCore (2)
MS\Internal\TextFormatting\TextFormatterImp.cs (2)
117new TextRunCache() // local cache, only live within this call 274new TextRunCache() // local cache, only live within this call
PresentationFramework (19)
MS\Internal\Documents\TextBoxView.cs (3)
1530line.Format(metrics.Offset, formatWidth, width, lineProperties, new TextRunCache(), formatter); 1695line.Format(metrics.Offset, formatWidth, width, lineProperties, new TextRunCache(), formatter); 3109_textRunCache = new TextRunCache();
MS\Internal\PtsHost\ListMarkerLine.cs (1)
107line = _host.TextFormatter.FormatLine(_host, 0, 0, lineProps.FirstLineProps, null, new TextRunCache());
MS\Internal\PtsHost\TextParagraph.cs (4)
183_textRunCache = new TextRunCache(); 1127_textRunCache = new TextRunCache(); 1245_textRunCache = new TextRunCache(); 1756private TextRunCache _textRunCache = new TextRunCache();
System\Windows\Controls\TextBlock.cs (11)
1667TextRunCache textRunCache = new TextRunCache(); 1787TextRunCache textRunCache = new TextRunCache(); 2070TextRunCache textRunCache = new TextRunCache(); 2119TextRunCache textRunCache = new TextRunCache(); 2177TextRunCache textRunCache = new TextRunCache(); 2274TextRunCache textRunCache = new TextRunCache(); 2373TextRunCache textRunCache = new TextRunCache(); 2480TextRunCache textRunCache = new TextRunCache(); 2596TextRunCache textRunCache = new TextRunCache(); 3016_textRunCache = new TextRunCache() 3408TextRunCache textRunCache = new TextRunCache();