2 overrides of GetCurrentValueCore
PresentationCore (2)
System\Windows\Media\Animation\Generated\SizeAnimation.cs (1)
205protected override Size GetCurrentValueCore(Size defaultOriginValue, Size defaultDestinationValue, AnimationClock animationClock)
System\Windows\Media\Animation\Generated\SizeAnimationUsingKeyFrames.cs (1)
308protected sealed override Size GetCurrentValueCore(
1 reference to GetCurrentValueCore
PresentationCore (1)
System\Windows\Media\Animation\Generated\SizeAnimationBase.cs (1)
152return GetCurrentValueCore(defaultOriginValue, defaultDestinationValue, animationClock);