2 types derived from TextEndOfLine
PresentationCore (1)
System\Windows\Media\textformatting\TextEndOfParagraph.cs (1)
18public class TextEndOfParagraph : TextEndOfLine
PresentationFramework (1)
MS\Internal\PtsHost\RunClient.cs (1)
216internal sealed class LineBreakRun : TextEndOfLine
1 instantiation of TextEndOfLine
PresentationFramework (1)
MS\Internal\Text\ComplexLine.cs (1)
389run = new TextEndOfLine(_elementEdgeCharacterLength * 2);
3 references to TextEndOfLine
PresentationCore (3)
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1555else if (textRun is TextEndOfLine)
MS\Internal\TextFormatting\TextProperties.cs (2)
365get { return _textRun is TextEndOfLine; } 407if (textRun is TextEndOfLine)