9 writes to Value
PresentationCore (9)
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (3)
169Value = value; 178Value = value; 188Value = value;
System\Windows\Media\Animation\Generated\KeyFrames.cs (3)
462Value = value; 471Value = value; 526Value = (Color)value;
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (3)
171Value = value; 180Value = value; 192Value = value;
13 references to Value
PresentationCore (12)
System\Windows\Media\Animation\Generated\ColorAnimationUsingKeyFrames.cs (4)
621return GetResolvedKeyFrame(resolvedKeyFrameIndex).Value; 930Color prevKeyValue = _keyFrames[index - 1].Value; 934Color currentKeyValue = _keyFrames[index].Value; 961totalLength += AnimatedTypeHelpers.GetSegmentLengthColor(prevKeyValue, _keyFrames[index].Value);
System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
312return Value;
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (2)
228return Value; 232return AnimatedTypeHelpers.InterpolateColor(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
522return Value;
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (2)
160return Value; 164return AnimatedTypeHelpers.InterpolateColor(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (2)
226return Value; 232return AnimatedTypeHelpers.InterpolateColor(baseValue, Value, splineProgress);
PresentationFramework (1)
System\Windows\VisualStateManager.cs (1)
607return keyFrame.Value;