9 writes to Value
PresentationCore (9)
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (3)
45
Value
= value;
54
Value
= value;
64
Value
= value;
System\Windows\Media\Animation\Generated\KeyFrames.cs (3)
181
Value
= value;
190
Value
= value;
245
Value
= (Byte)value;
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (3)
50
Value
= value;
59
Value
= value;
71
Value
= value;
12 references to Value
PresentationCore (12)
System\Windows\Media\Animation\Generated\ByteAnimationUsingKeyFrames.cs (4)
625
return GetResolvedKeyFrame(resolvedKeyFrameIndex).
Value
;
934
Byte prevKeyValue = _keyFrames[index - 1].
Value
;
938
Byte currentKeyValue = _keyFrames[index].
Value
;
965
totalLength += AnimatedTypeHelpers.GetSegmentLengthByte(prevKeyValue, _keyFrames[index].
Value
);
System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
161
return
Value
;
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (2)
104
return
Value
;
108
return AnimatedTypeHelpers.InterpolateByte(baseValue,
Value
, keyFrameProgress);
System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
241
return
Value
;
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (2)
84
return
Value
;
88
return AnimatedTypeHelpers.InterpolateByte(baseValue,
Value
, keyFrameProgress);
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (2)
105
return
Value
;
111
return AnimatedTypeHelpers.InterpolateByte(baseValue,
Value
, splineProgress);