Base:
2 references to GetHashCode
PresentationCore (2)
System\Windows\Media\Typeface.cs (2)
666int hash = _fontFamily.GetHashCode(); 669hash = HashFn.HashMultiply(hash) + _fallbackFontFamily.GetHashCode();