9 writes to Value
PresentationCore (9)
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (3)
1670Value = value; 1679Value = value; 1689Value = value;
System\Windows\Media\Animation\Generated\KeyFrames.cs (3)
2437Value = value; 2446Value = value; 2501Value = (Size)value;
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (3)
1701Value = value; 1710Value = value; 1722Value = value;
12 references to Value
PresentationCore (12)
System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
1377return Value;
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (2)
1729return Value; 1733return AnimatedTypeHelpers.InterpolateSize(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
2497return Value;
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (2)
1085return Value; 1089return AnimatedTypeHelpers.InterpolateSize(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\SizeAnimationUsingKeyFrames.cs (4)
625return GetResolvedKeyFrame(resolvedKeyFrameIndex).Value; 934Size prevKeyValue = _keyFrames[index - 1].Value; 938Size currentKeyValue = _keyFrames[index].Value; 965totalLength += AnimatedTypeHelpers.GetSegmentLengthSize(prevKeyValue, _keyFrames[index].Value);
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (2)
1756return Value; 1762return AnimatedTypeHelpers.InterpolateSize(baseValue, Value, splineProgress);