1 write to _firstCharacterIndex
PresentationCore (1)
System\Windows\Media\textformatting\CharacterHit.cs (1)
37_firstCharacterIndex = firstCharacterIndex;
4 references to _firstCharacterIndex
PresentationCore (4)
System\Windows\Media\textformatting\CharacterHit.cs (4)
48return _firstCharacterIndex; 73return left._firstCharacterIndex == right._firstCharacterIndex && 119return _firstCharacterIndex.GetHashCode() ^ _trailingLength.GetHashCode();