9 writes to Value
PresentationCore (9)
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (3)
1419Value = value; 1428Value = value; 1438Value = value;
System\Windows\Media\Animation\Generated\KeyFrames.cs (3)
2154Value = value; 2163Value = value; 2218Value = (Rect)value;
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (3)
1441Value = value; 1450Value = value; 1462Value = value;
12 references to Value
PresentationCore (12)
System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
1224return Value;
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (2)
1478return Value; 1482return AnimatedTypeHelpers.InterpolateRect(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
2214return Value;
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (2)
930return Value; 934return AnimatedTypeHelpers.InterpolateRect(baseValue, Value, keyFrameProgress);
System\Windows\Media\Animation\Generated\RectAnimationUsingKeyFrames.cs (4)
621return GetResolvedKeyFrame(resolvedKeyFrameIndex).Value; 930Rect prevKeyValue = _keyFrames[index - 1].Value; 934Rect currentKeyValue = _keyFrames[index].Value; 961totalLength += AnimatedTypeHelpers.GetSegmentLengthRect(prevKeyValue, _keyFrames[index].Value);
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (2)
1496return Value; 1502return AnimatedTypeHelpers.InterpolateRect(baseValue, Value, splineProgress);