2 types derived from TextLine
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (1)
29internal class FullTextLine : TextLine
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
31internal class SimpleTextLine : TextLine
44 references to TextLine
PresentationCore (27)
MS\Internal\TextFormatting\FullTextLine.cs (1)
694public override TextLine Collapse(
MS\Internal\TextFormatting\SimpleTextLine.cs (4)
78public static TextLine Create( 233) as TextLine; 513public override TextLine Collapse( 540TextLine collapsedTextLine = textLine.Collapse(collapsingPropertiesList);
MS\Internal\TextFormatting\TextFormatterImp.cs (7)
102public override TextLine FormatLine( 133public override TextLine FormatLine( 169internal override TextLine RecreateLine( 197private TextLine FormatLineInternal( 222TextLine textLine = null; 235) as TextLine; 247) as TextLine;
System\Windows\Media\FormattedText.cs (11)
863private TextLine _currentLine; 864private TextLine _nextLine; 918public TextLine Current 1071private TextLine FormatLine(TextSource textSource, int textSourcePosition, double maxLineLength, TextParagraphProperties paraProps, TextLineBreak lineBreak) 1073TextLine line = _formatter.FormatLine( 1106TextLine collapsedLine = line.Collapse(trailingEllipsis); 1149private void AdvanceLineOrigin(ref Point lineOrigin, TextLine currentLine) 1563using (TextLine currentLine = enumerator.Current) 1600using (TextLine currentLine = enumerator.Current) 1676using (TextLine currentLine = enumerator.Current) 1735using (TextLine currentLine = enumerator.Current)
System\Windows\Media\textformatting\TextFormatter.cs (3)
178public abstract TextLine FormatLine( 200public abstract TextLine FormatLine( 225internal abstract TextLine RecreateLine(
System\Windows\Media\textformatting\TextLine.cs (1)
59public abstract TextLine Collapse(
PresentationFramework (17)
MS\Internal\Documents\TextBoxLine.cs (1)
600private TextLine _line;
MS\Internal\PtsHost\Line.cs (7)
376System.Windows.Media.TextFormatting.TextLine line = _line; 499System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 545System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 576System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 628System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 993System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 1244private System.Windows.Media.TextFormatting.TextLine _line;
MS\Internal\PtsHost\ListMarkerLine.cs (1)
99System.Windows.Media.TextFormatting.TextLine line;
MS\Internal\Text\ComplexLine.cs (1)
268System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties));
MS\Internal\Text\Line.cs (7)
108System.Windows.Media.TextFormatting.TextLine line = _line; 165System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 199System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 304System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 340System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 459System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 627protected System.Windows.Media.TextFormatting.TextLine _line;