Base:
method
GetHashCode
System.Object.GetHashCode()
3 references to GetHashCode
PresentationCore (2)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
77^ ((int)_culture.GetHashCode() << 6)
System\Windows\Media\textformatting\NumberSubstitution.cs (1)
232hash = HashFn.HashMultiply(hash) + _cultureOverride.GetHashCode();
System.Private.Xml (1)
System\Xml\Xsl\Runtime\XmlCollation.cs (1)
363hashCode ^= _cultInfo.GetHashCode();