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