1 override of FormatLine
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\TextFormatterImp.cs (1)
159
public 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)
119
line = _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);