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; 926public TextLine Current 1082private TextLine FormatLine(TextSource textSource, int textSourcePosition, double maxLineLength, TextParagraphProperties paraProps, TextLineBreak lineBreak) 1084TextLine line = _formatter.FormatLine( 1117TextLine collapsedLine = line.Collapse(trailingEllipsis); 1160private void AdvanceLineOrigin(ref Point lineOrigin, TextLine currentLine) 1574using (TextLine currentLine = enumerator.Current) 1611using (TextLine currentLine = enumerator.Current) 1687using (TextLine currentLine = enumerator.Current) 1746using (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)
606private 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)
271System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties));
MS\Internal\Text\Line.cs (7)
111System.Windows.Media.TextFormatting.TextLine line = _line; 168System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 202System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 307System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 343System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 462System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 630protected System.Windows.Media.TextFormatting.TextLine _line;