9 writes to Value
PresentationCore (9)
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (3)
429
Value
= value;
438
Value
= value;
448
Value
= value;
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (3)
771
Value
= value;
780
Value
= value;
835
Value
= (Double)value;
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (3)
453
Value
= value;
462
Value
= value;
477
Value
= value;
13 references to Value
PresentationCore (12)
Core\CSharp\System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
476
return
Value
;
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimationUsingKeyFrames.cs (4)
647
return GetResolvedKeyFrame(resolvedKeyFrameIndex).
Value
;
954
Double prevKeyValue = _keyFrames[index - 1].
Value
;
958
Double currentKeyValue = _keyFrames[index].
Value
;
985
totalLength += AnimatedTypeHelpers.GetSegmentLengthDouble(prevKeyValue, _keyFrames[index].
Value
);
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (2)
488
return
Value
;
492
return AnimatedTypeHelpers.InterpolateDouble(baseValue,
Value
, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
831
return
Value
;
Core\CSharp\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (2)
324
return
Value
;
328
return AnimatedTypeHelpers.InterpolateDouble(baseValue,
Value
, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (2)
511
return
Value
;
517
return AnimatedTypeHelpers.InterpolateDouble(baseValue,
Value
, splineProgress);
PresentationFramework (1)
src\Framework\System\Windows\VisualStateManager.cs (1)
692
return keyFrame.
Value
;