Base:
method
GetHashCode
System.ValueType.GetHashCode()
2 references to GetHashCode
PresentationCore (2)
Core\CSharp\System\Windows\Media\FamilyTypeface.cs (1)
282
return _style.
GetHashCode
()
Core\CSharp\System\Windows\Media\Typeface.cs (1)
686
hash = HashFn.HashMultiply(hash) + _style.
GetHashCode
();