1 write to _trailingLength
PresentationCore (1)
Core\CSharp\System\Windows\Media\TextFormatting\CharacterHit.cs (1)
41_trailingLength = trailingLength;
4 references to _trailingLength
PresentationCore (4)
Core\CSharp\System\Windows\Media\TextFormatting\CharacterHit.cs (4)
63return _trailingLength; 77left._trailingLength == right._trailingLength; 122return _firstCharacterIndex.GetHashCode() ^ _trailingLength.GetHashCode();