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