3 writes to Value
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (3)
1347
Value
= value;
1356
Value
= value;
1411
Value
= (Matrix)value;
6 references to Value
PresentationCore (6)
Core\CSharp\System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
780
return
Value
;
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
1407
return
Value
;
Core\CSharp\System\Windows\Media\Animation\Generated\MatrixAnimationUsingKeyFrames.cs (4)
555
return GetResolvedKeyFrame(resolvedKeyFrameIndex).
Value
;
862
Matrix prevKeyValue = _keyFrames[index - 1].
Value
;
866
Matrix currentKeyValue = _keyFrames[index].
Value
;
893
totalLength += AnimatedTypeHelpers.GetSegmentLengthMatrix(prevKeyValue, _keyFrames[index].
Value
);