2 overrides of GetCurrentValueCore
PresentationCore (2)
System\Windows\Media\Animation\Generated\RectAnimation.cs (1)
205protected override Rect GetCurrentValueCore(Rect defaultOriginValue, Rect defaultDestinationValue, AnimationClock animationClock)
System\Windows\Media\Animation\Generated\RectAnimationUsingKeyFrames.cs (1)
308protected sealed override Rect GetCurrentValueCore(
1 reference to GetCurrentValueCore
PresentationCore (1)
System\Windows\Media\Animation\Generated\RectAnimationBase.cs (1)
152return GetCurrentValueCore(defaultOriginValue, defaultDestinationValue, animationClock);