9 writes to Value
PresentationCore (9)
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (3)
1669Value = value; 1678Value = value; 1688Value = value;
System\Windows\Media\Animation\Generated\KeyFrames.cs (3)
2436Value = value; 2445Value = value; 2500Value = (Size)value;
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (3)
1695Value = value; 1704Value = value; 1716Value = value;
12 references to Value
PresentationCore (12)
System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
1376return Value;
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (2)
1728return Value; 1732return AnimatedTypeHelpers.InterpolateSize(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
2496return Value;
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (2)
1084return Value; 1088return AnimatedTypeHelpers.InterpolateSize(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\SizeAnimationUsingKeyFrames.cs (4)
621return GetResolvedKeyFrame(resolvedKeyFrameIndex).Value; 930Size prevKeyValue = _keyFrames[index - 1].Value; 934Size currentKeyValue = _keyFrames[index].Value; 961totalLength += AnimatedTypeHelpers.GetSegmentLengthSize(prevKeyValue, _keyFrames[index].Value);
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (2)
1750return Value; 1756return AnimatedTypeHelpers.InterpolateSize(baseValue, Value, splineProgress);