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