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