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