Base:
method
GetHashCode
System.ValueType.GetHashCode()
3 references to GetHashCode
PresentationCore (2)
Core\CSharp\System\Windows\Duration.cs (1)
492
return _timeSpan.
GetHashCode
();
Core\CSharp\System\Windows\Media\Animation\RepeatBehavior.cs (1)
244
return _repeatDuration.
GetHashCode
();
System.ServiceModel (1)
System\ServiceModel\Channels\WebSocketTransportSettings.cs (1)
210
^ this.KeepAliveInterval.
GetHashCode
()