9 writes to Value
PresentationCore (9)
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (3)
554Value = value; 563Value = value; 573Value = value;
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (3)
915Value = value; 924Value = value; 979Value = (Int16)value;
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (3)
586Value = value; 595Value = value; 610Value = value;
12 references to Value
PresentationCore (12)
Core\CSharp\System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
552return Value;
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (2)
613return Value; 617return AnimatedTypeHelpers.InterpolateInt16(baseValue, Value, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\Int16AnimationUsingKeyFrames.cs (4)
647return GetResolvedKeyFrame(resolvedKeyFrameIndex).Value; 954Int16 prevKeyValue = _keyFrames[index - 1].Value; 958Int16 currentKeyValue = _keyFrames[index].Value; 985totalLength += AnimatedTypeHelpers.GetSegmentLengthInt16(prevKeyValue, _keyFrames[index].Value);
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
975return Value;
Core\CSharp\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (2)
401return Value; 405return AnimatedTypeHelpers.InterpolateInt16(baseValue, Value, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (2)
644return Value; 650return AnimatedTypeHelpers.InterpolateInt16(baseValue, Value, splineProgress);