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