9 writes to Value
PresentationCore (9)
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (3)
1304
Value
= value;
1313
Value
= value;
1323
Value
= value;
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (3)
2067
Value
= value;
2076
Value
= value;
2131
Value
= (Rotation3D)value;
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (3)
1384
Value
= value;
1393
Value
= value;
1408
Value
= value;
12 references to Value
PresentationCore (12)
Core\CSharp\System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
1160
return
Value
;
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (2)
1363
return
Value
;
1367
return AnimatedTypeHelpers.InterpolateRotation3D(baseValue,
Value
, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
2127
return
Value
;
Core\CSharp\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (2)
863
return
Value
;
867
return AnimatedTypeHelpers.InterpolateRotation3D(baseValue,
Value
, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\Rotation3DAnimationUsingKeyFrames.cs (4)
647
return GetResolvedKeyFrame(resolvedKeyFrameIndex).
Value
;
954
Rotation3D prevKeyValue = _keyFrames[index - 1].
Value
;
958
Rotation3D currentKeyValue = _keyFrames[index].
Value
;
985
totalLength += AnimatedTypeHelpers.GetSegmentLengthRotation3D(prevKeyValue, _keyFrames[index].
Value
);
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (2)
1442
return
Value
;
1448
return AnimatedTypeHelpers.InterpolateRotation3D(baseValue,
Value
, splineProgress);