Base:
method
GetHashCode
System.Object.GetHashCode()
2 references to GetHashCode
PresentationCore (2)
Core\CSharp\System\Windows\Media\Typeface.cs (2)
681
int hash = _fontFamily.
GetHashCode
();
684
hash = HashFn.HashMultiply(hash) + _fallbackFontFamily.
GetHashCode
();