9 writes to Value
PresentationCore (9)
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (3)
545Value = value; 554Value = value; 564Value = value;
System\Windows\Media\Animation\Generated\KeyFrames.cs (3)
886Value = value; 895Value = value; 950Value = (Int16)value;
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (3)
558Value = value; 567Value = value; 579Value = value;
12 references to Value
PresentationCore (12)
System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
541return Value;
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (2)
604return Value; 608return AnimatedTypeHelpers.InterpolateInt16(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\Int16AnimationUsingKeyFrames.cs (4)
625return GetResolvedKeyFrame(resolvedKeyFrameIndex).Value; 934Int16 prevKeyValue = _keyFrames[index - 1].Value; 938Int16 currentKeyValue = _keyFrames[index].Value; 965totalLength += AnimatedTypeHelpers.GetSegmentLengthInt16(prevKeyValue, _keyFrames[index].Value);
System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
946return Value;
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (2)
392return Value; 396return AnimatedTypeHelpers.InterpolateInt16(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (2)
613return Value; 619return AnimatedTypeHelpers.InterpolateInt16(baseValue, Value, splineProgress);