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