2 overrides of GetCurrentValueCore
PresentationCore (2)
System\Windows\Media\Animation\Generated\Int16Animation.cs (1)
216
protected override Int16
GetCurrentValueCore
(Int16 defaultOriginValue, Int16 defaultDestinationValue, AnimationClock animationClock)
System\Windows\Media\Animation\Generated\Int16AnimationUsingKeyFrames.cs (1)
323
protected sealed override Int16
GetCurrentValueCore
(
1 reference to GetCurrentValueCore
PresentationCore (1)
System\Windows\Media\Animation\Generated\Int16AnimationBase.cs (1)
172
return
GetCurrentValueCore
(defaultOriginValue, defaultDestinationValue, animationClock);