3 writes to Value
PresentationCore (3)
System\Windows\Media\Animation\Generated\KeyFrames.cs (3)
1308Value = value; 1317Value = value; 1372Value = (Matrix)value;
6 references to Value
PresentationCore (6)
System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
768return Value;
System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
1368return Value;
System\Windows\Media\Animation\Generated\MatrixAnimationUsingKeyFrames.cs (4)
528return GetResolvedKeyFrame(resolvedKeyFrameIndex).Value; 837Matrix prevKeyValue = _keyFrames[index - 1].Value; 841Matrix currentKeyValue = _keyFrames[index].Value; 868totalLength += AnimatedTypeHelpers.GetSegmentLengthMatrix(prevKeyValue, _keyFrames[index].Value);