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 1083private TextLine FormatLine(TextSource textSource, int textSourcePosition, double maxLineLength, TextParagraphProperties paraProps, TextLineBreak lineBreak) 1085TextLine line = _formatter.FormatLine( 1118TextLine collapsedLine = line.Collapse(trailingEllipsis); 1161private void AdvanceLineOrigin(ref Point lineOrigin, TextLine currentLine) 1575using (TextLine currentLine = enumerator.Current) 1612using (TextLine currentLine = enumerator.Current) 1688using (TextLine currentLine = enumerator.Current) 1747using (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)
377System.Windows.Media.TextFormatting.TextLine line = _line; 500System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 546System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 577System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 629System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 994System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 1245private 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;