2 references to GetCurrentValue
PresentationCore (2)
System\Windows\Media\Animation\Generated\DoubleAnimationBase.cs (1)
95
return
GetCurrentValue
((Double)defaultOriginValue, (Double)defaultDestinationValue, animationClock);
System\Windows\Media\Animation\Generated\DoubleAnimationClockResource.cs (1)
79
return ((DoubleAnimationBase)(_animationClock.Timeline)).
GetCurrentValue
(