2 types derived from TextLine
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (1)
30
internal class FullTextLine :
TextLine
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
32
internal class SimpleTextLine :
TextLine
44 references to TextLine
PresentationCore (27)
MS\Internal\TextFormatting\FullTextLine.cs (1)
695
public override
TextLine
Collapse(
MS\Internal\TextFormatting\SimpleTextLine.cs (4)
79
static public
TextLine
Create(
234
) as
TextLine
;
514
public override
TextLine
Collapse(
541
TextLine
collapsedTextLine = textLine.Collapse(collapsingPropertiesList);
MS\Internal\TextFormatting\TextFormatterImp.cs (7)
103
public override
TextLine
FormatLine(
134
public override
TextLine
FormatLine(
170
internal override
TextLine
RecreateLine(
198
private
TextLine
FormatLineInternal(
223
TextLine
textLine = null;
236
) as
TextLine
;
248
) as
TextLine
;
System\Windows\Media\FormattedText.cs (11)
864
TextLine
_currentLine;
865
TextLine
_nextLine;
927
public
TextLine
Current
1085
private
TextLine
FormatLine(TextSource textSource, int textSourcePosition, double maxLineLength, TextParagraphProperties paraProps, TextLineBreak lineBreak)
1087
TextLine
line = _formatter.FormatLine(
1120
TextLine
collapsedLine = line.Collapse(trailingEllipsis);
1163
private void AdvanceLineOrigin(ref Point lineOrigin,
TextLine
currentLine)
1577
using (
TextLine
currentLine = enumerator.Current)
1614
using (
TextLine
currentLine = enumerator.Current)
1690
using (
TextLine
currentLine = enumerator.Current)
1749
using (
TextLine
currentLine = enumerator.Current)
System\Windows\Media\textformatting\TextFormatter.cs (3)
179
public abstract
TextLine
FormatLine(
201
public abstract
TextLine
FormatLine(
226
internal abstract
TextLine
RecreateLine(
System\Windows\Media\textformatting\TextLine.cs (1)
60
public abstract
TextLine
Collapse(
PresentationFramework (17)
MS\Internal\Documents\TextBoxLine.cs (1)
607
private
TextLine
_line;
MS\Internal\PtsHost\Line.cs (7)
380
System.Windows.Media.TextFormatting.
TextLine
line = _line;
503
System.Windows.Media.TextFormatting.
TextLine
line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties));
549
System.Windows.Media.TextFormatting.
TextLine
line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties));
580
System.Windows.Media.TextFormatting.
TextLine
line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties));
632
System.Windows.Media.TextFormatting.
TextLine
collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties));
997
System.Windows.Media.TextFormatting.
TextLine
line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties));
1248
private System.Windows.Media.TextFormatting.
TextLine
_line;
MS\Internal\PtsHost\ListMarkerLine.cs (1)
100
System.Windows.Media.TextFormatting.
TextLine
line;
MS\Internal\Text\ComplexLine.cs (1)
272
System.Windows.Media.TextFormatting.
TextLine
line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties));
MS\Internal\Text\Line.cs (7)
112
System.Windows.Media.TextFormatting.
TextLine
line = _line;
169
System.Windows.Media.TextFormatting.
TextLine
line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties));
203
System.Windows.Media.TextFormatting.
TextLine
line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties));
308
System.Windows.Media.TextFormatting.
TextLine
collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties));
344
System.Windows.Media.TextFormatting.
TextLine
collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties));
463
System.Windows.Media.TextFormatting.
TextLine
line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties));
631
protected System.Windows.Media.TextFormatting.
TextLine
_line;