9 writes to Value
PresentationCore (9)
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (3)
54
Value
= value;
63
Value
= value;
73
Value
= value;
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (3)
195
Value
= value;
204
Value
= value;
259
Value
= (Byte)value;
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (3)
54
Value
= value;
63
Value
= value;
78
Value
= value;
12 references to Value
PresentationCore (12)
Core\CSharp\System\Windows\Media\Animation\Generated\ByteAnimationUsingKeyFrames.cs (4)
647
return GetResolvedKeyFrame(resolvedKeyFrameIndex).
Value
;
954
Byte prevKeyValue = _keyFrames[index - 1].
Value
;
958
Byte currentKeyValue = _keyFrames[index].
Value
;
985
totalLength += AnimatedTypeHelpers.GetSegmentLengthByte(prevKeyValue, _keyFrames[index].
Value
);
Core\CSharp\System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
172
return
Value
;
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (2)
113
return
Value
;
117
return AnimatedTypeHelpers.InterpolateByte(baseValue,
Value
, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
255
return
Value
;
Core\CSharp\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (2)
93
return
Value
;
97
return AnimatedTypeHelpers.InterpolateByte(baseValue,
Value
, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (2)
112
return
Value
;
118
return AnimatedTypeHelpers.InterpolateByte(baseValue,
Value
, splineProgress);