9 writes to Value
PresentationCore (9)
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (3)
1179
Value
= value;
1188
Value
= value;
1198
Value
= value;
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (3)
1923
Value
= value;
1932
Value
= value;
1987
Value
= (Quaternion)value;
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (3)
1251
Value
= value;
1260
Value
= value;
1275
Value
= value;
12 references to Value
PresentationCore (12)
Core\CSharp\System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
1084
return
Value
;
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (2)
1238
return
Value
;
1242
return AnimatedTypeHelpers.InterpolateQuaternion(baseValue,
Value
, keyFrameProgress, UseShortestPath);
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
1983
return
Value
;
Core\CSharp\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (2)
786
return
Value
;
790
return AnimatedTypeHelpers.InterpolateQuaternion(baseValue,
Value
, keyFrameProgress, UseShortestPath);
Core\CSharp\System\Windows\Media\Animation\Generated\QuaternionAnimationUsingKeyFrames.cs (4)
647
return GetResolvedKeyFrame(resolvedKeyFrameIndex).
Value
;
954
Quaternion prevKeyValue = _keyFrames[index - 1].
Value
;
958
Quaternion currentKeyValue = _keyFrames[index].
Value
;
985
totalLength += AnimatedTypeHelpers.GetSegmentLengthQuaternion(prevKeyValue, _keyFrames[index].
Value
);
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (2)
1309
return
Value
;
1315
return AnimatedTypeHelpers.InterpolateQuaternion(baseValue,
Value
, splineProgress, UseShortestPath);