9 writes to Value
PresentationCore (9)
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (3)
1554
Value
= value;
1563
Value
= value;
1573
Value
= value;
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (3)
2355
Value
= value;
2364
Value
= value;
2419
Value
= (Single)value;
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (3)
1650
Value
= value;
1659
Value
= value;
1674
Value
= value;
12 references to Value
PresentationCore (12)
Core\CSharp\System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
1312
return
Value
;
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (2)
1613
return
Value
;
1617
return AnimatedTypeHelpers.InterpolateSingle(baseValue,
Value
, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
2415
return
Value
;
Core\CSharp\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (2)
1017
return
Value
;
1021
return AnimatedTypeHelpers.InterpolateSingle(baseValue,
Value
, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\SingleAnimationUsingKeyFrames.cs (4)
647
return GetResolvedKeyFrame(resolvedKeyFrameIndex).
Value
;
954
Single prevKeyValue = _keyFrames[index - 1].
Value
;
958
Single currentKeyValue = _keyFrames[index].
Value
;
985
totalLength += AnimatedTypeHelpers.GetSegmentLengthSingle(prevKeyValue, _keyFrames[index].
Value
);
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (2)
1708
return
Value
;
1714
return AnimatedTypeHelpers.InterpolateSingle(baseValue,
Value
, splineProgress);