2 writes to TextFormatter
PresentationFramework (2)
MS\Internal\PtsHost\TextFormatterHost.cs (2)
25TextFormatter = TextFormatter.FromCurrentDispatcher(textFormattingMode); 29TextFormatter = textFormatter;
5 references to TextFormatter
PresentationFramework (5)
MS\Internal\PtsHost\Line.cs (2)
275_line = _host.TextFormatter.FormatLine(_host, dcp, _wrappingWidth, lineProps, textLineBreak, ctx.TextRunCache); 279_line = _host.TextFormatter.RecreateLine(_host, dcp, ctx.LineFormatLengthTarget, _wrappingWidth, lineProps, textLineBreak, ctx.TextRunCache);
MS\Internal\PtsHost\ListMarkerLine.cs (1)
108line = _host.TextFormatter.FormatLine(_host, 0, 0, lineProps.FirstLineProps, null, new TextRunCache());
MS\Internal\PtsHost\TextFormatterHost.cs (1)
25TextFormatter = TextFormatter.FromCurrentDispatcher(textFormattingMode);
MS\Internal\PtsHost\TextParagraph.cs (1)
185TextFormatter textFormatter = StructuralCache.TextFormatterHost.TextFormatter;