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