1 write to _trailingLength
PresentationCore (1)
System\Windows\Media\textformatting\CharacterHit.cs (1)
38
_trailingLength
= trailingLength;
4 references to _trailingLength
PresentationCore (4)
System\Windows\Media\textformatting\CharacterHit.cs (4)
60
return
_trailingLength
;
74
left.
_trailingLength
== right.
_trailingLength
;
119
return _firstCharacterIndex.GetHashCode() ^
_trailingLength
.GetHashCode();