9 writes to Value
PresentationCore (9)
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (3)
1429
Value
= value;
1438
Value
= value;
1448
Value
= value;
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (3)
2211
Value
= value;
2220
Value
= value;
2275
Value
= (Rect)value;
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (3)
1517
Value
= value;
1526
Value
= value;
1541
Value
= value;
12 references to Value
PresentationCore (12)
Core\CSharp\System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
1236
return
Value
;
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (2)
1488
return
Value
;
1492
return AnimatedTypeHelpers.InterpolateRect(baseValue,
Value
, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
2271
return
Value
;
Core\CSharp\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (2)
940
return
Value
;
944
return AnimatedTypeHelpers.InterpolateRect(baseValue,
Value
, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\RectAnimationUsingKeyFrames.cs (4)
647
return GetResolvedKeyFrame(resolvedKeyFrameIndex).
Value
;
954
Rect prevKeyValue = _keyFrames[index - 1].
Value
;
958
Rect currentKeyValue = _keyFrames[index].
Value
;
985
totalLength += AnimatedTypeHelpers.GetSegmentLengthRect(prevKeyValue, _keyFrames[index].
Value
);
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (2)
1575
return
Value
;
1581
return AnimatedTypeHelpers.InterpolateRect(baseValue,
Value
, splineProgress);