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