1 write to _firstCharacterIndex
PresentationCore (1)
System\Windows\Media\textformatting\CharacterHit.cs (1)
36
_firstCharacterIndex
= firstCharacterIndex;
4 references to _firstCharacterIndex
PresentationCore (4)
System\Windows\Media\textformatting\CharacterHit.cs (4)
47
return
_firstCharacterIndex
;
72
return left.
_firstCharacterIndex
== right.
_firstCharacterIndex
&&
118
return
_firstCharacterIndex
.GetHashCode() ^ _trailingLength.GetHashCode();