6 references to TextEndOfParagraph
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\TextMarkerSource.cs (1)
170return new TextEndOfParagraph(1);
Core\CSharp\System\Windows\Media\FormattedText.cs (1)
1882return new TextEndOfParagraph(1);
PresentationFramework (4)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (1)
90run = new TextEndOfParagraph(_syntheticCharacterLength);
src\Framework\MS\Internal\PtsHost\RunClient.cs (1)
212internal ParagraphBreakRun(int length, PTS.FSFLRES breakReason) : base(length)
src\Framework\MS\Internal\Text\ComplexLine.cs (1)
69run = new TextEndOfParagraph(_syntheticCharacterLength);
src\Framework\MS\Internal\Text\SimpleLine.cs (1)
66run = new TextEndOfParagraph(_syntheticCharacterLength);