1 override of FormatLine
PresentationCore (1)
MS\Internal\TextFormatting\TextFormatterImp.cs (1)
157public override TextLine FormatLine(
4 references to FormatLine
PresentationFramework (4)
MS\Internal\Documents\TextBoxLine.cs (1)
192_line = formatter.FormatLine(this, dcp, formatWidth, lineProperties, null, textRunCache);
MS\Internal\PtsHost\Line.cs (1)
289_line = _host.TextFormatter.FormatLine(_host, dcp, _wrappingWidth, lineProps, textLineBreak, ctx.TextRunCache);
MS\Internal\PtsHost\ListMarkerLine.cs (1)
115line = _host.TextFormatter.FormatLine(_host, 0, 0, lineProps.FirstLineProps, null, new TextRunCache());
MS\Internal\Text\Line.cs (1)
94_line = _owner.TextFormatter.FormatLine(this, dcp, width, lineProperties, textLineBreak, textRunCache);