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