21 instantiations of 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
();
32 references to TextRunCache
PresentationCore (11)
Core\CSharp\MS\Internal\TextFormatting\TextFormatterImp.cs (7)
165
TextRunCache
textRunCache
203
TextRunCache
textRunCache
230
TextRunCache
textRunCache
318
TextRunCache
textRunCache
380
TextRunCache
textRunCache
424
TextRunCache
textRunCache,
467
TextRunCache
textRunCache
Core\CSharp\System\Windows\Media\TextFormatting\TextFormatter.cs (4)
215
TextRunCache
textRunCache
243
TextRunCache
textRunCache
271
TextRunCache
textRunCache
303
TextRunCache
textRunCache
PresentationFramework (21)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (1)
183
internal void Format(int dcp, double formatWidth, double paragraphWidth, LineProperties lineProperties,
TextRunCache
textRunCache, TextFormatter formatter)
src\Framework\MS\Internal\Documents\TextBoxView.cs (2)
3158
internal
TextRunCache
TextRunCache
3173
private readonly
TextRunCache
_textRunCache;
src\Framework\MS\Internal\PtsHost\Line.cs (2)
1324
internal FormattingContext(bool measureMode, bool clearOnLeft, bool clearOnRight,
TextRunCache
textRunCache)
1333
internal
TextRunCache
TextRunCache;
src\Framework\MS\Internal\PtsHost\OptimalTextSource.cs (2)
70
internal OptimalTextSource(TextFormatterHost host, int cpPara, int durTrack, TextParaClient paraClient,
TextRunCache
runCache) : base(paraClient)
259
private
TextRunCache
_runCache;
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (2)
1474
internal
TextRunCache
TextRunCache
1794
private
TextRunCache
_textRunCache = new TextRunCache();
src\Framework\MS\Internal\Text\Line.cs (1)
88
internal void Format(int dcp, double width, TextParagraphProperties lineProperties, TextLineBreak textLineBreak,
TextRunCache
textRunCache, bool showParagraphEllipsis)
src\Framework\System\Windows\Controls\TextBlock.cs (11)
54
public
TextRunCache
_textRunCache;
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();
3417
TextRunCache
textRunCache = new TextRunCache();