3 references to TextEndOfLine
PresentationCore (1)
Core\CSharp\System\Windows\Media\TextFormatting\TextEndOfParagraph.cs (1)
35
public TextEndOfParagraph(int length) :
base
(length)
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\RunClient.cs (1)
225
internal LineBreakRun(int length, PTS.FSFLRES breakReason) :
base
(length)
src\Framework\MS\Internal\Text\ComplexLine.cs (1)
401
run = new
TextEndOfLine
(_elementEdgeCharacterLength * 2);