2 writes to TextFormatter
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\TextFormatterHost.cs (2)
31TextFormatter = TextFormatter.FromCurrentDispatcher(textFormattingMode); 35TextFormatter = textFormatter;
5 references to TextFormatter
PresentationFramework (5)
src\Framework\MS\Internal\PtsHost\Line.cs (2)
292_line = _host.TextFormatter.FormatLine(_host, dcp, _wrappingWidth, lineProps, textLineBreak, ctx.TextRunCache); 296_line = _host.TextFormatter.RecreateLine(_host, dcp, ctx.LineFormatLengthTarget, _wrappingWidth, lineProps, textLineBreak, ctx.TextRunCache);
src\Framework\MS\Internal\PtsHost\ListMarkerLine.cs (1)
119line = _host.TextFormatter.FormatLine(_host, 0, 0, lineProps.FirstLineProps, null, new TextRunCache());
src\Framework\MS\Internal\PtsHost\TextFormatterHost.cs (1)
31TextFormatter = TextFormatter.FromCurrentDispatcher(textFormattingMode);
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (1)
208TextFormatter textFormatter = StructuralCache.TextFormatterHost.TextFormatter;