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