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