9 writes to Value
PresentationCore (9)
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (3)
1420Value = value; 1429Value = value; 1439Value = value;
System\Windows\Media\Animation\Generated\KeyFrames.cs (3)
2155Value = value; 2164Value = value; 2219Value = (Rect)value;
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (3)
1447Value = value; 1456Value = value; 1468Value = value;
12 references to Value
PresentationCore (12)
System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
1225return Value;
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (2)
1479return Value; 1483return AnimatedTypeHelpers.InterpolateRect(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
2215return Value;
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (2)
931return Value; 935return AnimatedTypeHelpers.InterpolateRect(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\RectAnimationUsingKeyFrames.cs (4)
625return GetResolvedKeyFrame(resolvedKeyFrameIndex).Value; 934Rect prevKeyValue = _keyFrames[index - 1].Value; 938Rect currentKeyValue = _keyFrames[index].Value; 965totalLength += AnimatedTypeHelpers.GetSegmentLengthRect(prevKeyValue, _keyFrames[index].Value);
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (2)
1502return Value; 1508return AnimatedTypeHelpers.InterpolateRect(baseValue, Value, splineProgress);