2 overrides of GetCurrentValueCore
PresentationCore (2)
System\Windows\Media\Animation\Generated\Int32Animation.cs (1)
205protected override Int32 GetCurrentValueCore(Int32 defaultOriginValue, Int32 defaultDestinationValue, AnimationClock animationClock)
System\Windows\Media\Animation\Generated\Int32AnimationUsingKeyFrames.cs (1)
308protected sealed override Int32 GetCurrentValueCore(
1 reference to GetCurrentValueCore
PresentationCore (1)
System\Windows\Media\Animation\Generated\Int32AnimationBase.cs (1)
152return GetCurrentValueCore(defaultOriginValue, defaultDestinationValue, animationClock);