4 overrides of InterpolateValueCore
PresentationFramework (4)
System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
84
protected override Thickness
InterpolateValueCore
(Thickness baseValue, double keyFrameProgress)
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
95
protected override Thickness
InterpolateValueCore
(Thickness baseValue, double keyFrameProgress)
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
81
protected override Thickness
InterpolateValueCore
(Thickness baseValue, double keyFrameProgress)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
97
protected override Thickness
InterpolateValueCore
(Thickness baseValue, double keyFrameProgress)
1 reference to InterpolateValueCore
PresentationFramework (1)
System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
146
return
InterpolateValueCore
(baseValue, keyFrameProgress);