3 references to TextEndOfLine
PresentationCore (1)
System\Windows\Media\textformatting\TextEndOfParagraph.cs (1)
33
public TextEndOfParagraph(int length) :
base
(length)
PresentationFramework (2)
MS\Internal\PtsHost\RunClient.cs (1)
222
internal LineBreakRun(int length, PTS.FSFLRES breakReason) :
base
(length)
MS\Internal\Text\ComplexLine.cs (1)
395
run = new
TextEndOfLine
(_elementEdgeCharacterLength * 2);