3 references to _syntheticCharacterLength
PresentationFramework (3)
MS\Internal\Text\ComplexLine.cs (1)
66run = new TextEndOfParagraph(_syntheticCharacterLength);
MS\Internal\Text\Line.cs (1)
433internal int Length { get { return _line.Length - (EndOfParagraph ? _syntheticCharacterLength : 0); } }
MS\Internal\Text\SimpleLine.cs (1)
63run = new TextEndOfParagraph(_syntheticCharacterLength);