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