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