21 references to TextRunCache
PresentationCore (2)
MS\Internal\TextFormatting\TextFormatterImp.cs (2)
117
new
TextRunCache
() // local cache, only live within this call
274
new
TextRunCache
() // local cache, only live within this call
PresentationFramework (19)
MS\Internal\Documents\TextBoxView.cs (3)
1530
line.Format(metrics.Offset, formatWidth, width, lineProperties, new
TextRunCache
(), formatter);
1695
line.Format(metrics.Offset, formatWidth, width, lineProperties, new
TextRunCache
(), formatter);
3109
_textRunCache = new
TextRunCache
();
MS\Internal\PtsHost\ListMarkerLine.cs (1)
107
line = _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
();
1756
private TextRunCache _textRunCache = new
TextRunCache
();
System\Windows\Controls\TextBlock.cs (11)
1667
TextRunCache textRunCache = new
TextRunCache
();
1787
TextRunCache textRunCache = new
TextRunCache
();
2070
TextRunCache textRunCache = new
TextRunCache
();
2119
TextRunCache textRunCache = new
TextRunCache
();
2177
TextRunCache textRunCache = new
TextRunCache
();
2274
TextRunCache textRunCache = new
TextRunCache
();
2373
TextRunCache textRunCache = new
TextRunCache
();
2480
TextRunCache textRunCache = new
TextRunCache
();
2596
TextRunCache textRunCache = new
TextRunCache
();
3016
_textRunCache = new
TextRunCache
()
3408
TextRunCache textRunCache = new
TextRunCache
();