2 overrides of GetCurrentValueCore
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Generated\SingleAnimation.cs (1)
218protected override Single GetCurrentValueCore(Single defaultOriginValue, Single defaultDestinationValue, AnimationClock animationClock)
Core\CSharp\System\Windows\Media\Animation\Generated\SingleAnimationUsingKeyFrames.cs (1)
331protected sealed override Single GetCurrentValueCore(
1 reference to GetCurrentValueCore
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\SingleAnimationBase.cs (1)
183return GetCurrentValueCore(defaultOriginValue, defaultDestinationValue, animationClock);