9 writes to Value
PresentationCore (9)
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (3)
170Value = value; 179Value = value; 189Value = value;
System\Windows\Media\Animation\Generated\KeyFrames.cs (3)
463Value = value; 472Value = value; 527Value = (Color)value;
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (3)
177Value = value; 186Value = value; 198Value = value;
13 references to Value
PresentationCore (12)
System\Windows\Media\Animation\Generated\ColorAnimationUsingKeyFrames.cs (4)
625return GetResolvedKeyFrame(resolvedKeyFrameIndex).Value; 934Color prevKeyValue = _keyFrames[index - 1].Value; 938Color currentKeyValue = _keyFrames[index].Value; 965totalLength += AnimatedTypeHelpers.GetSegmentLengthColor(prevKeyValue, _keyFrames[index].Value);
System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
313return Value;
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (2)
229return Value; 233return AnimatedTypeHelpers.InterpolateColor(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
523return Value;
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (2)
161return Value; 165return AnimatedTypeHelpers.InterpolateColor(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (2)
232return Value; 238return AnimatedTypeHelpers.InterpolateColor(baseValue, Value, splineProgress);
PresentationFramework (1)
System\Windows\VisualStateManager.cs (1)
606return keyFrame.Value;