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