1 write to _firstCharacterIndex
PresentationCore (1)
System\Windows\Media\textformatting\CharacterHit.cs (1)
39
_firstCharacterIndex
= firstCharacterIndex;
4 references to _firstCharacterIndex
PresentationCore (4)
System\Windows\Media\textformatting\CharacterHit.cs (4)
50
return
_firstCharacterIndex
;
75
return left.
_firstCharacterIndex
== right.
_firstCharacterIndex
&&
121
return
_firstCharacterIndex
.GetHashCode() ^ _trailingLength.GetHashCode();