2 overrides of GetCurrentValueCore
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Generated\Rotation3DAnimation.cs (1)
218protected override Rotation3D GetCurrentValueCore(Rotation3D defaultOriginValue, Rotation3D defaultDestinationValue, AnimationClock animationClock)
Core\CSharp\System\Windows\Media\Animation\Generated\Rotation3DAnimationUsingKeyFrames.cs (1)
331protected sealed override Rotation3D GetCurrentValueCore(
1 reference to GetCurrentValueCore
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\Rotation3DAnimationBase.cs (1)
174return GetCurrentValueCore(defaultOriginValue, defaultDestinationValue, animationClock);