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