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