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