4 references to InterpolateColor
PresentationCore (4)
System\Windows\Media\Animation\Generated\ColorAnimation.cs (1)
351
AnimatedTypeHelpers.
InterpolateColor
(from, to, progress)));
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
232
return AnimatedTypeHelpers.
InterpolateColor
(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
164
return AnimatedTypeHelpers.
InterpolateColor
(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
232
return AnimatedTypeHelpers.
InterpolateColor
(baseValue, Value, splineProgress);