2 types derived from TextLine
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (1)
29
internal class FullTextLine :
TextLine
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
31
internal class SimpleTextLine :
TextLine
44 references to TextLine
PresentationCore (27)
MS\Internal\TextFormatting\FullTextLine.cs (1)
694
public override
TextLine
Collapse(
MS\Internal\TextFormatting\SimpleTextLine.cs (4)
78
public static
TextLine
Create(
233
) as
TextLine
;
513
public override
TextLine
Collapse(
540
TextLine
collapsedTextLine = textLine.Collapse(collapsingPropertiesList);
MS\Internal\TextFormatting\TextFormatterImp.cs (7)
102
public override
TextLine
FormatLine(
133
public override
TextLine
FormatLine(
169
internal override
TextLine
RecreateLine(
197
private
TextLine
FormatLineInternal(
222
TextLine
textLine = null;
235
) as
TextLine
;
247
) as
TextLine
;
System\Windows\Media\FormattedText.cs (11)
863
private
TextLine
_currentLine;
864
private
TextLine
_nextLine;
926
public
TextLine
Current
1082
private
TextLine
FormatLine(TextSource textSource, int textSourcePosition, double maxLineLength, TextParagraphProperties paraProps, TextLineBreak lineBreak)
1084
TextLine
line = _formatter.FormatLine(
1117
TextLine
collapsedLine = line.Collapse(trailingEllipsis);
1160
private void AdvanceLineOrigin(ref Point lineOrigin,
TextLine
currentLine)
1574
using (
TextLine
currentLine = enumerator.Current)
1611
using (
TextLine
currentLine = enumerator.Current)
1687
using (
TextLine
currentLine = enumerator.Current)
1746
using (
TextLine
currentLine = enumerator.Current)
System\Windows\Media\textformatting\TextFormatter.cs (3)
178
public abstract
TextLine
FormatLine(
200
public abstract
TextLine
FormatLine(
225
internal abstract
TextLine
RecreateLine(
System\Windows\Media\textformatting\TextLine.cs (1)
59
public abstract
TextLine
Collapse(
PresentationFramework (17)
MS\Internal\Documents\TextBoxLine.cs (1)
606
private
TextLine
_line;
MS\Internal\PtsHost\Line.cs (7)
376
System.Windows.Media.TextFormatting.
TextLine
line = _line;
499
System.Windows.Media.TextFormatting.
TextLine
line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties));
545
System.Windows.Media.TextFormatting.
TextLine
line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties));
576
System.Windows.Media.TextFormatting.
TextLine
line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties));
628
System.Windows.Media.TextFormatting.
TextLine
collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties));
993
System.Windows.Media.TextFormatting.
TextLine
line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties));
1244
private System.Windows.Media.TextFormatting.
TextLine
_line;
MS\Internal\PtsHost\ListMarkerLine.cs (1)
99
System.Windows.Media.TextFormatting.
TextLine
line;
MS\Internal\Text\ComplexLine.cs (1)
271
System.Windows.Media.TextFormatting.
TextLine
line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties));
MS\Internal\Text\Line.cs (7)
111
System.Windows.Media.TextFormatting.
TextLine
line = _line;
168
System.Windows.Media.TextFormatting.
TextLine
line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties));
202
System.Windows.Media.TextFormatting.
TextLine
line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties));
307
System.Windows.Media.TextFormatting.
TextLine
collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties));
343
System.Windows.Media.TextFormatting.
TextLine
collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties));
462
System.Windows.Media.TextFormatting.
TextLine
line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties));
630
protected System.Windows.Media.TextFormatting.
TextLine
_line;