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