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