9 writes to Value
PresentationCore (9)
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (3)
1295Value = value; 1304Value = value; 1314Value = value;
System\Windows\Media\Animation\Generated\KeyFrames.cs (3)
2014Value = value; 2023Value = value; 2078Value = (Rotation3D)value;
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (3)
1320Value = value; 1329Value = value; 1341Value = value;
12 references to Value
PresentationCore (12)
System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
1149return Value;
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (2)
1354return Value; 1358return AnimatedTypeHelpers.InterpolateRotation3D(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
2074return Value;
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (2)
854return Value; 858return AnimatedTypeHelpers.InterpolateRotation3D(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\Rotation3DAnimationUsingKeyFrames.cs (4)
625return GetResolvedKeyFrame(resolvedKeyFrameIndex).Value; 934Rotation3D prevKeyValue = _keyFrames[index - 1].Value; 938Rotation3D currentKeyValue = _keyFrames[index].Value; 965totalLength += AnimatedTypeHelpers.GetSegmentLengthRotation3D(prevKeyValue, _keyFrames[index].Value);
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (2)
1375return Value; 1381return AnimatedTypeHelpers.InterpolateRotation3D(baseValue, Value, splineProgress);