9 writes to Value
PresentationCore (9)
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (3)
929
Value
= value;
938
Value
= value;
948
Value
= value;
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (3)
1635
Value
= value;
1644
Value
= value;
1699
Value
= (Point)value;
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (3)
985
Value
= value;
994
Value
= value;
1009
Value
= value;
13 references to Value
PresentationCore (12)
Core\CSharp\System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
932
return
Value
;
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (2)
988
return
Value
;
992
return AnimatedTypeHelpers.InterpolatePoint(baseValue,
Value
, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
1695
return
Value
;
Core\CSharp\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (2)
632
return
Value
;
636
return AnimatedTypeHelpers.InterpolatePoint(baseValue,
Value
, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\PointAnimationUsingKeyFrames.cs (4)
647
return GetResolvedKeyFrame(resolvedKeyFrameIndex).
Value
;
954
Point prevKeyValue = _keyFrames[index - 1].
Value
;
958
Point currentKeyValue = _keyFrames[index].
Value
;
985
totalLength += AnimatedTypeHelpers.GetSegmentLengthPoint(prevKeyValue, _keyFrames[index].
Value
);
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (2)
1043
return
Value
;
1049
return AnimatedTypeHelpers.InterpolatePoint(baseValue,
Value
, splineProgress);
PresentationFramework (1)
src\Framework\System\Windows\VisualStateManager.cs (1)
715
return keyFrame.
Value
;