2 overrides of GetCurrentValueCore
PresentationCore (2)
System\Windows\Media\Animation\Generated\Int64Animation.cs (1)
205
protected override Int64
GetCurrentValueCore
(Int64 defaultOriginValue, Int64 defaultDestinationValue, AnimationClock animationClock)
System\Windows\Media\Animation\Generated\Int64AnimationUsingKeyFrames.cs (1)
308
protected sealed override Int64
GetCurrentValueCore
(
1 reference to GetCurrentValueCore
PresentationCore (1)
System\Windows\Media\Animation\Generated\Int64AnimationBase.cs (1)
159
return
GetCurrentValueCore
(defaultOriginValue, defaultDestinationValue, animationClock);