Base:
2 references to GetHashCode
PresentationCore (2)
System\Windows\Media\FamilyTypeface.cs (1)
263return _style.GetHashCode()
System\Windows\Media\Typeface.cs (1)
671hash = HashFn.HashMultiply(hash) + _style.GetHashCode();