9 writes to Value
PresentationCore (9)
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (3)
1045Value = value; 1054Value = value; 1064Value = value;
System\Windows\Media\Animation\Generated\KeyFrames.cs (3)
1732Value = value; 1741Value = value; 1796Value = (Point3D)value;
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (3)
1066Value = value; 1075Value = value; 1087Value = value;
12 references to Value
PresentationCore (12)
System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
997return Value;
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (2)
1104return Value; 1108return AnimatedTypeHelpers.InterpolatePoint3D(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
1792return Value;
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (2)
700return Value; 704return AnimatedTypeHelpers.InterpolatePoint3D(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\Point3DAnimationUsingKeyFrames.cs (4)
625return GetResolvedKeyFrame(resolvedKeyFrameIndex).Value; 934Point3D prevKeyValue = _keyFrames[index - 1].Value; 938Point3D currentKeyValue = _keyFrames[index].Value; 965totalLength += AnimatedTypeHelpers.GetSegmentLengthPoint3D(prevKeyValue, _keyFrames[index].Value);
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (2)
1121return Value; 1127return AnimatedTypeHelpers.InterpolatePoint3D(baseValue, Value, splineProgress);