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