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