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