4 references to EndOfParagraph
PresentationFramework (4)
MS\Internal\Text\ComplexLine.cs (1)
555
if (this.
EndOfParagraph
)
MS\Internal\Text\Line.cs (2)
425
internal int Length { get { return _line.Length - (
EndOfParagraph
? _syntheticCharacterLength : 0); } }
599
if (HasLineBreak ||
EndOfParagraph
)
System\Windows\Controls\TextBlock.cs (1)
1318
endOfParagraph = line.
EndOfParagraph
;