21 instantiations of 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)
1536
line.Format(metrics.Offset, formatWidth, width, lineProperties, new
TextRunCache
(), formatter);
1701
line.Format(metrics.Offset, formatWidth, width, lineProperties, new
TextRunCache
(), formatter);
3127
_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
();
33 references to TextRunCache
PresentationCore (11)
MS\Internal\TextFormatting\TextFormatterImp.cs (7)
139
TextRunCache
textRunCache
177
TextRunCache
textRunCache
204
TextRunCache
textRunCache
292
TextRunCache
textRunCache
354
TextRunCache
textRunCache
398
TextRunCache
textRunCache,
441
TextRunCache
textRunCache
System\Windows\Media\textformatting\TextFormatter.cs (4)
206
TextRunCache
textRunCache
233
TextRunCache
textRunCache
260
TextRunCache
textRunCache
292
TextRunCache
textRunCache
PresentationFramework (22)
MS\Internal\Documents\TextBoxLine.cs (1)
173
internal void Format(int dcp, double formatWidth, double paragraphWidth, LineProperties lineProperties,
TextRunCache
textRunCache, TextFormatter formatter)
MS\Internal\Documents\TextBoxView.cs (2)
3138
internal
TextRunCache
TextRunCache
3153
private readonly
TextRunCache
_textRunCache;
MS\Internal\PtsHost\Line.cs (2)
1297
internal FormattingContext(bool measureMode, bool clearOnLeft, bool clearOnRight,
TextRunCache
textRunCache)
1306
internal
TextRunCache
TextRunCache;
MS\Internal\PtsHost\OptimalTextSource.cs (2)
50
internal OptimalTextSource(TextFormatterHost host, int cpPara, int durTrack, TextParaClient paraClient,
TextRunCache
runCache) : base(paraClient)
239
private
TextRunCache
_runCache;
MS\Internal\PtsHost\TextParagraph.cs (2)
1436
internal
TextRunCache
TextRunCache
1756
private
TextRunCache
_textRunCache = new TextRunCache();
MS\Internal\Text\Line.cs (1)
77
internal void Format(int dcp, double width, TextParagraphProperties lineProperties, TextLineBreak textLineBreak,
TextRunCache
textRunCache, bool showParagraphEllipsis)
System\Windows\Controls\TextBlock.cs (12)
35
public
TextRunCache
_textRunCache;
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();
3233
private void Format(Line line, int length, int dcp, double wrappingWidth, TextParagraphProperties paragraphProperties, TextLineBreak textLineBreak,
TextRunCache
textRunCache, bool ellipsis)
3408
TextRunCache
textRunCache = new TextRunCache();