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)
51return _firstCharacterIndex; 76return left._firstCharacterIndex == right._firstCharacterIndex && 122return _firstCharacterIndex.GetHashCode() ^ _trailingLength.GetHashCode();