3 overrides of GetCurrentValueCore
PresentationCore (3)
System\Windows\Media\Animation\DoubleAnimationUsingPath.cs (1)
171protected override double GetCurrentValueCore(double defaultOriginValue, double defaultDestinationValue, AnimationClock animationClock)
System\Windows\Media\Animation\Generated\DoubleAnimation.cs (1)
216protected override Double GetCurrentValueCore(Double defaultOriginValue, Double defaultDestinationValue, AnimationClock animationClock)
System\Windows\Media\Animation\Generated\DoubleAnimationUsingKeyFrames.cs (1)
323protected sealed override Double GetCurrentValueCore(
1 reference to GetCurrentValueCore
PresentationCore (1)
System\Windows\Media\Animation\Generated\DoubleAnimationBase.cs (1)
172return GetCurrentValueCore(defaultOriginValue, defaultDestinationValue, animationClock);