1 override of FormatLine
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\TextFormatterImp.cs (1)
159public override TextLine FormatLine(
4 references to FormatLine
PresentationFramework (4)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (1)
194_line = formatter.FormatLine(this, dcp, formatWidth, lineProperties, null, textRunCache);
src\Framework\MS\Internal\PtsHost\Line.cs (1)
292_line = _host.TextFormatter.FormatLine(_host, dcp, _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\Text\Line.cs (1)
97_line = _owner.TextFormatter.FormatLine(this, dcp, width, lineProperties, textLineBreak, textRunCache);