9 writes to Value
PresentationCore (9)
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (3)
679Value = value; 688Value = value; 698Value = value;
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (3)
1059Value = value; 1068Value = value; 1123Value = (Int32)value;
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (3)
719Value = value; 728Value = value; 743Value = value;
12 references to Value
PresentationCore (12)
Core\CSharp\System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
628return Value;
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (2)
738return Value; 742return AnimatedTypeHelpers.InterpolateInt32(baseValue, Value, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\Int32AnimationUsingKeyFrames.cs (4)
647return GetResolvedKeyFrame(resolvedKeyFrameIndex).Value; 954Int32 prevKeyValue = _keyFrames[index - 1].Value; 958Int32 currentKeyValue = _keyFrames[index].Value; 985totalLength += AnimatedTypeHelpers.GetSegmentLengthInt32(prevKeyValue, _keyFrames[index].Value);
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
1119return Value;
Core\CSharp\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (2)
478return Value; 482return AnimatedTypeHelpers.InterpolateInt32(baseValue, Value, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (2)
777return Value; 783return AnimatedTypeHelpers.InterpolateInt32(baseValue, Value, splineProgress);