9 writes to Value
PresentationCore (9)
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (3)
1294Value = value; 1303Value = value; 1313Value = value;
System\Windows\Media\Animation\Generated\KeyFrames.cs (3)
2013Value = value; 2022Value = value; 2077Value = (Rotation3D)value;
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (3)
1314Value = value; 1323Value = value; 1335Value = value;
12 references to Value
PresentationCore (12)
System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
1148return Value;
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (2)
1353return Value; 1357return AnimatedTypeHelpers.InterpolateRotation3D(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
2073return Value;
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (2)
853return Value; 857return AnimatedTypeHelpers.InterpolateRotation3D(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\Rotation3DAnimationUsingKeyFrames.cs (4)
622return GetResolvedKeyFrame(resolvedKeyFrameIndex).Value; 931Rotation3D prevKeyValue = _keyFrames[index - 1].Value; 935Rotation3D currentKeyValue = _keyFrames[index].Value; 962totalLength += AnimatedTypeHelpers.GetSegmentLengthRotation3D(prevKeyValue, _keyFrames[index].Value);
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (2)
1369return Value; 1375return AnimatedTypeHelpers.InterpolateRotation3D(baseValue, Value, splineProgress);