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)
1577
line.Format(metrics.Offset, formatWidth, width, lineProperties, new
TextRunCache
(), formatter);
1742
line.Format(metrics.Offset, formatWidth, width, lineProperties, new
TextRunCache
(), formatter);
3168
_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)
195
_textRunCache = new
TextRunCache
();
1150
_textRunCache = new
TextRunCache
();
1268
_textRunCache = new
TextRunCache
();
1779
private TextRunCache _textRunCache = new
TextRunCache
();
System\Windows\Controls\TextBlock.cs (11)
1676
TextRunCache textRunCache = new
TextRunCache
();
1796
TextRunCache textRunCache = new
TextRunCache
();
2082
TextRunCache textRunCache = new
TextRunCache
();
2131
TextRunCache textRunCache = new
TextRunCache
();
2189
TextRunCache textRunCache = new
TextRunCache
();
2286
TextRunCache textRunCache = new
TextRunCache
();
2385
TextRunCache textRunCache = new
TextRunCache
();
2492
TextRunCache textRunCache = new
TextRunCache
();
2608
TextRunCache textRunCache = new
TextRunCache
();
3027
_textBlockCache._textRunCache = new
TextRunCache
();
3418
TextRunCache textRunCache = new
TextRunCache
();