1 write to
PresentationCore (1)
System\Windows\Media\Animation\Generated\MatrixKeyFrameCollection.cs (1)
448this[index] = (MatrixKeyFrame)value;
10 references to
PresentationCore (10)
System\Windows\Media\Animation\Generated\MatrixAnimationUsingKeyFrames.cs (9)
535return _keyFrames[_sortedResolvedKeyFrames[resolvedKeyFrameIndex]._originalKeyFrameIndex]; 556KeyTime keyTime = _keyFrames[index].KeyTime; 640KeyTime keyTime = _keyFrames[index].KeyTime; 714KeyTimeType type = _keyFrames[index].KeyTime.Type; 814if (_keyFrames[index].KeyTime.Type == KeyTimeType.Paced) 837Matrix prevKeyValue = _keyFrames[index - 1].Value; 841Matrix currentKeyValue = _keyFrames[index].Value; 858&& _keyFrames[index].KeyTime.Type == KeyTimeType.Paced); 868totalLength += AnimatedTypeHelpers.GetSegmentLengthMatrix(prevKeyValue, _keyFrames[index].Value);
System\Windows\Media\Animation\Generated\MatrixKeyFrameCollection.cs (1)
444return this[index];