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