1 write to TextRunCache
PresentationFramework (1)
MS\Internal\PtsHost\Line.cs (1)
1321
TextRunCache
= textRunCache;
2 references to TextRunCache
PresentationFramework (2)
MS\Internal\PtsHost\Line.cs (2)
289
_line = _host.TextFormatter.FormatLine(_host, dcp, _wrappingWidth, lineProps, textLineBreak, ctx.
TextRunCache
);
293
_line = _host.TextFormatter.RecreateLine(_host, dcp, ctx.LineFormatLengthTarget, _wrappingWidth, lineProps, textLineBreak, ctx.
TextRunCache
);