9 writes to Value
PresentationCore (9)
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (3)
304
Value
= value;
313
Value
= value;
323
Value
= value;
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (3)
627
Value
= value;
636
Value
= value;
691
Value
= (Decimal)value;
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (3)
320
Value
= value;
329
Value
= value;
344
Value
= value;
12 references to Value
PresentationCore (12)
Core\CSharp\System\Windows\Media\Animation\Generated\DecimalAnimationUsingKeyFrames.cs (4)
647
return GetResolvedKeyFrame(resolvedKeyFrameIndex).
Value
;
954
Decimal prevKeyValue = _keyFrames[index - 1].
Value
;
958
Decimal currentKeyValue = _keyFrames[index].
Value
;
985
totalLength += AnimatedTypeHelpers.GetSegmentLengthDecimal(prevKeyValue, _keyFrames[index].
Value
);
Core\CSharp\System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
400
return
Value
;
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (2)
363
return
Value
;
367
return AnimatedTypeHelpers.InterpolateDecimal(baseValue,
Value
, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
687
return
Value
;
Core\CSharp\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (2)
247
return
Value
;
251
return AnimatedTypeHelpers.InterpolateDecimal(baseValue,
Value
, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (2)
378
return
Value
;
384
return AnimatedTypeHelpers.InterpolateDecimal(baseValue,
Value
, splineProgress);