2 types derived from TextLine
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
48internal class FullTextLine : TextLine
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (1)
44internal class SimpleTextLine : TextLine
44 references to TextLine
PresentationCore (27)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
741public override TextLine Collapse(
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (4)
91static public TextLine Create( 247) as TextLine; 530public override TextLine Collapse( 557TextLine collapsedTextLine = textLine.Collapse(collapsingPropertiesList);
Core\CSharp\MS\Internal\TextFormatting\TextFormatterImp.cs (7)
128public override TextLine FormatLine( 159public override TextLine FormatLine( 195internal override TextLine RecreateLine( 223private TextLine FormatLineInternal( 248TextLine textLine = null; 261) as TextLine; 273) as TextLine;
Core\CSharp\System\Windows\Media\FormattedText.cs (11)
910TextLine _currentLine; 911TextLine _nextLine; 973public TextLine Current 1132private TextLine FormatLine(TextSource textSource, int textSourcePosition, double maxLineLength, TextParagraphProperties paraProps, TextLineBreak lineBreak) 1134TextLine line = _formatter.FormatLine( 1167TextLine collapsedLine = line.Collapse(trailingEllipsis); 1210private void AdvanceLineOrigin(ref Point lineOrigin, TextLine currentLine) 1627using (TextLine currentLine = enumerator.Current) 1665using (TextLine currentLine = enumerator.Current) 1741using (TextLine currentLine = enumerator.Current) 1800using (TextLine currentLine = enumerator.Current)
Core\CSharp\System\Windows\Media\TextFormatting\TextFormatter.cs (3)
187public abstract TextLine FormatLine( 209public abstract TextLine FormatLine( 235internal abstract TextLine RecreateLine(
Core\CSharp\System\Windows\Media\TextFormatting\TextLine.cs (1)
72public abstract TextLine Collapse(
PresentationFramework (17)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (1)
616private TextLine _line;
src\Framework\MS\Internal\PtsHost\Line.cs (7)
397System.Windows.Media.TextFormatting.TextLine line = _line; 521System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 567System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 598System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 650System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 1015System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 1271private System.Windows.Media.TextFormatting.TextLine _line;
src\Framework\MS\Internal\PtsHost\ListMarkerLine.cs (1)
111System.Windows.Media.TextFormatting.TextLine line;
src\Framework\MS\Internal\Text\ComplexLine.cs (1)
280System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties));
src\Framework\MS\Internal\Text\Line.cs (7)
122System.Windows.Media.TextFormatting.TextLine line = _line; 179System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 213System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 318System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 354System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 473System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 641protected System.Windows.Media.TextFormatting.TextLine _line;