21 references to TextRunCache
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\TextFormatterImp.cs (2)
143
new
TextRunCache
() // local cache, only live within this call
300
new
TextRunCache
() // local cache, only live within this call
PresentationFramework (19)
src\Framework\MS\Internal\Documents\TextBoxView.cs (3)
1580
line.Format(metrics.Offset, formatWidth, width, lineProperties, new
TextRunCache
(), formatter);
1742
line.Format(metrics.Offset, formatWidth, width, lineProperties, new
TextRunCache
(), formatter);
3147
_textRunCache = new
TextRunCache
();
src\Framework\MS\Internal\PtsHost\ListMarkerLine.cs (1)
119
line = _host.TextFormatter.FormatLine(_host, 0, 0, lineProps.FirstLineProps, null, new
TextRunCache
());
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (4)
207
_textRunCache = new
TextRunCache
();
1165
_textRunCache = new
TextRunCache
();
1283
_textRunCache = new
TextRunCache
();
1794
private TextRunCache _textRunCache = new
TextRunCache
();
src\Framework\System\Windows\Controls\TextBlock.cs (11)
1771
TextRunCache textRunCache = new
TextRunCache
();
1894
TextRunCache textRunCache = new
TextRunCache
();
2181
TextRunCache textRunCache = new
TextRunCache
();
2229
TextRunCache textRunCache = new
TextRunCache
();
2286
TextRunCache textRunCache = new
TextRunCache
();
2384
TextRunCache textRunCache = new
TextRunCache
();
2483
TextRunCache textRunCache = new
TextRunCache
();
2591
TextRunCache textRunCache = new
TextRunCache
();
2707
TextRunCache textRunCache = new
TextRunCache
();
3126
_textBlockCache._textRunCache = new
TextRunCache
();
3417
TextRunCache textRunCache = new
TextRunCache
();