21 instantiations of 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
();
33 references to TextRunCache
PresentationCore (11)
MS\Internal\TextFormatting\TextFormatterImp.cs (7)
163
TextRunCache
textRunCache
201
TextRunCache
textRunCache
228
TextRunCache
textRunCache
316
TextRunCache
textRunCache
378
TextRunCache
textRunCache
422
TextRunCache
textRunCache,
465
TextRunCache
textRunCache
System\Windows\Media\textformatting\TextFormatter.cs (4)
209
TextRunCache
textRunCache
236
TextRunCache
textRunCache
263
TextRunCache
textRunCache
295
TextRunCache
textRunCache
PresentationFramework (22)
MS\Internal\Documents\TextBoxLine.cs (1)
181
internal void Format(int dcp, double formatWidth, double paragraphWidth, LineProperties lineProperties,
TextRunCache
textRunCache, TextFormatter formatter)
MS\Internal\Documents\TextBoxView.cs (2)
3181
internal
TextRunCache
TextRunCache
3196
private readonly
TextRunCache
_textRunCache;
MS\Internal\PtsHost\Line.cs (2)
1316
internal FormattingContext(bool measureMode, bool clearOnLeft, bool clearOnRight,
TextRunCache
textRunCache)
1325
internal
TextRunCache
TextRunCache;
MS\Internal\PtsHost\OptimalTextSource.cs (2)
66
internal OptimalTextSource(TextFormatterHost host, int cpPara, int durTrack, TextParaClient paraClient,
TextRunCache
runCache) : base(paraClient)
255
private
TextRunCache
_runCache;
MS\Internal\PtsHost\TextParagraph.cs (2)
1466
internal
TextRunCache
TextRunCache
1786
private
TextRunCache
_textRunCache = new TextRunCache();
MS\Internal\Text\Line.cs (1)
85
internal void Format(int dcp, double width, TextParagraphProperties lineProperties, TextLineBreak textLineBreak,
TextRunCache
textRunCache, bool showParagraphEllipsis)
System\Windows\Controls\TextBlock.cs (12)
48
public
TextRunCache
_textRunCache;
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();
3253
private void Format(Line line, int length, int dcp, double wrappingWidth, TextParagraphProperties paragraphProperties, TextLineBreak textLineBreak,
TextRunCache
textRunCache, bool ellipsis)
3428
TextRunCache
textRunCache = new TextRunCache();