21 references to TextRunCache
PresentationCore (2)
MS\Internal\TextFormatting\TextFormatterImp.cs (2)
141
new
TextRunCache
() // local cache, only live within this call
298
new
TextRunCache
() // local cache, only live within this call
PresentationFramework (19)
MS\Internal\Documents\TextBoxView.cs (3)
1579
line.Format(metrics.Offset, formatWidth, width, lineProperties, new
TextRunCache
(), formatter);
1744
line.Format(metrics.Offset, formatWidth, width, lineProperties, new
TextRunCache
(), formatter);
3170
_textRunCache = new
TextRunCache
();
MS\Internal\PtsHost\ListMarkerLine.cs (1)
115
line = _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
();
1786
private TextRunCache _textRunCache = new
TextRunCache
();
System\Windows\Controls\TextBlock.cs (11)
1686
TextRunCache textRunCache = new
TextRunCache
();
1806
TextRunCache textRunCache = new
TextRunCache
();
2092
TextRunCache textRunCache = new
TextRunCache
();
2141
TextRunCache textRunCache = new
TextRunCache
();
2199
TextRunCache textRunCache = new
TextRunCache
();
2296
TextRunCache textRunCache = new
TextRunCache
();
2395
TextRunCache textRunCache = new
TextRunCache
();
2502
TextRunCache textRunCache = new
TextRunCache
();
2618
TextRunCache textRunCache = new
TextRunCache
();
3037
_textBlockCache._textRunCache = new
TextRunCache
();
3428
TextRunCache textRunCache = new
TextRunCache
();