3 overrides of GetCurrentValueCore
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\DoubleAnimationUsingPath.cs (1)
173
protected override double
GetCurrentValueCore
(double defaultOriginValue, double defaultDestinationValue, AnimationClock animationClock)
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimation.cs (1)
218
protected override Double
GetCurrentValueCore
(Double defaultOriginValue, Double defaultDestinationValue, AnimationClock animationClock)
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimationUsingKeyFrames.cs (1)
331
protected sealed override Double
GetCurrentValueCore
(
1 reference to GetCurrentValueCore
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimationBase.cs (1)
183
return
GetCurrentValueCore
(defaultOriginValue, defaultDestinationValue, animationClock);