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