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