1 write to _trailingLength
PresentationCore (1)
Core\CSharp\System\Windows\Media\TextFormatting\CharacterHit.cs (1)
41
_trailingLength
= trailingLength;
4 references to _trailingLength
PresentationCore (4)
Core\CSharp\System\Windows\Media\TextFormatting\CharacterHit.cs (4)
63
return
_trailingLength
;
77
left.
_trailingLength
== right.
_trailingLength
;
122
return _firstCharacterIndex.GetHashCode() ^
_trailingLength
.GetHashCode();