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