1 write to _firstCharacterIndex
PresentationCore (1)
Core\CSharp\System\Windows\Media\TextFormatting\CharacterHit.cs (1)
40
_firstCharacterIndex
= firstCharacterIndex;
4 references to _firstCharacterIndex
PresentationCore (4)
Core\CSharp\System\Windows\Media\TextFormatting\CharacterHit.cs (4)
51
return
_firstCharacterIndex
;
76
return left.
_firstCharacterIndex
== right.
_firstCharacterIndex
&&
122
return
_firstCharacterIndex
.GetHashCode() ^ _trailingLength.GetHashCode();