9 writes to Value
PresentationCore (9)
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (3)
804Value = value; 813Value = value; 823Value = value;
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (3)
1203Value = value; 1212Value = value; 1267Value = (Int64)value;
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (3)
852Value = value; 861Value = value; 876Value = value;
12 references to Value
PresentationCore (12)
Core\CSharp\System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
704return Value;
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (2)
863return Value; 867return AnimatedTypeHelpers.InterpolateInt64(baseValue, Value, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\Int64AnimationUsingKeyFrames.cs (4)
647return GetResolvedKeyFrame(resolvedKeyFrameIndex).Value; 954Int64 prevKeyValue = _keyFrames[index - 1].Value; 958Int64 currentKeyValue = _keyFrames[index].Value; 985totalLength += AnimatedTypeHelpers.GetSegmentLengthInt64(prevKeyValue, _keyFrames[index].Value);
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
1263return Value;
Core\CSharp\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (2)
555return Value; 559return AnimatedTypeHelpers.InterpolateInt64(baseValue, Value, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (2)
910return Value; 916return AnimatedTypeHelpers.InterpolateInt64(baseValue, Value, splineProgress);