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