9 writes to Value
PresentationCore (9)
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (3)
44
Value
= value;
53
Value
= value;
63
Value
= value;
System\Windows\Media\Animation\Generated\KeyFrames.cs (3)
180
Value
= value;
189
Value
= value;
244
Value
= (Byte)value;
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (3)
44
Value
= value;
53
Value
= value;
65
Value
= value;
12 references to Value
PresentationCore (12)
System\Windows\Media\Animation\Generated\ByteAnimationUsingKeyFrames.cs (4)
621
return GetResolvedKeyFrame(resolvedKeyFrameIndex).
Value
;
930
Byte prevKeyValue = _keyFrames[index - 1].
Value
;
934
Byte currentKeyValue = _keyFrames[index].
Value
;
961
totalLength += AnimatedTypeHelpers.GetSegmentLengthByte(prevKeyValue, _keyFrames[index].
Value
);
System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
160
return
Value
;
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (2)
103
return
Value
;
107
return AnimatedTypeHelpers.InterpolateByte(baseValue,
Value
, keyFrameProgress);
System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
240
return
Value
;
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (2)
83
return
Value
;
87
return AnimatedTypeHelpers.InterpolateByte(baseValue,
Value
, keyFrameProgress);
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (2)
99
return
Value
;
105
return AnimatedTypeHelpers.InterpolateByte(baseValue,
Value
, splineProgress);