1 write to _trailingLength
PresentationCore (1)
System\Windows\Media\textformatting\CharacterHit.cs (1)
37
_trailingLength
= trailingLength;
4 references to _trailingLength
PresentationCore (4)
System\Windows\Media\textformatting\CharacterHit.cs (4)
59
return
_trailingLength
;
73
left.
_trailingLength
== right.
_trailingLength
;
118
return _firstCharacterIndex.GetHashCode() ^
_trailingLength
.GetHashCode();