21 references to TextRunCache
PresentationCore (2)
MS\Internal\TextFormatting\TextFormatterImp.cs (2)
118
new
TextRunCache
() // local cache, only live within this call
275
new
TextRunCache
() // local cache, only live within this call
PresentationFramework (19)
MS\Internal\Documents\TextBoxView.cs (3)
1537
line.Format(metrics.Offset, formatWidth, width, lineProperties, new
TextRunCache
(), formatter);
1702
line.Format(metrics.Offset, formatWidth, width, lineProperties, new
TextRunCache
(), formatter);
3128
_textRunCache = new
TextRunCache
();
MS\Internal\PtsHost\ListMarkerLine.cs (1)
108
line = _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
();
1757
private TextRunCache _textRunCache = new
TextRunCache
();
System\Windows\Controls\TextBlock.cs (11)
1668
TextRunCache textRunCache = new
TextRunCache
();
1788
TextRunCache textRunCache = new
TextRunCache
();
2071
TextRunCache textRunCache = new
TextRunCache
();
2120
TextRunCache textRunCache = new
TextRunCache
();
2178
TextRunCache textRunCache = new
TextRunCache
();
2275
TextRunCache textRunCache = new
TextRunCache
();
2374
TextRunCache textRunCache = new
TextRunCache
();
2481
TextRunCache textRunCache = new
TextRunCache
();
2597
TextRunCache textRunCache = new
TextRunCache
();
3017
_textRunCache = new
TextRunCache
()
3409
TextRunCache textRunCache = new
TextRunCache
();