2 overrides of GetCurrentValueCore
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Generated\MatrixAnimationUsingKeyFrames.cs (1)
331
protected sealed override Matrix
GetCurrentValueCore
(
Core\CSharp\System\Windows\Media\Animation\MatrixAnimationUsingPath.cs (1)
256
protected override Matrix
GetCurrentValueCore
(Matrix defaultOriginValue, Matrix defaultDestinationValue, AnimationClock animationClock)
1 reference to GetCurrentValueCore
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\MatrixAnimationBase.cs (1)
183
return
GetCurrentValueCore
(defaultOriginValue, defaultDestinationValue, animationClock);