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