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