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