2 references to EndOfParagraph
PresentationFramework (2)
MS\Internal\PtsHost\Line.cs (2)
876
return _line.Length - (
EndOfParagraph
? _syntheticCharacterLength : 0);
1173
if (HasLineBreak ||
EndOfParagraph
)