9 writes to Value
PresentationCore (9)
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (3)
544Value = value; 553Value = value; 563Value = value;
System\Windows\Media\Animation\Generated\KeyFrames.cs (3)
885Value = value; 894Value = value; 949Value = (Int16)value;
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (3)
552Value = value; 561Value = value; 573Value = value;
12 references to Value
PresentationCore (12)
System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
540return Value;
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (2)
603return Value; 607return AnimatedTypeHelpers.InterpolateInt16(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\Int16AnimationUsingKeyFrames.cs (4)
621return GetResolvedKeyFrame(resolvedKeyFrameIndex).Value; 930Int16 prevKeyValue = _keyFrames[index - 1].Value; 934Int16 currentKeyValue = _keyFrames[index].Value; 961totalLength += AnimatedTypeHelpers.GetSegmentLengthInt16(prevKeyValue, _keyFrames[index].Value);
System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
945return Value;
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (2)
391return Value; 395return AnimatedTypeHelpers.InterpolateInt16(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (2)
607return Value; 613return AnimatedTypeHelpers.InterpolateInt16(baseValue, Value, splineProgress);