1 write to
PresentationCore (1)
System\Windows\Media\Animation\Generated\MatrixKeyFrameCollection.cs (1)
447this[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; 712KeyTimeType type = _keyFrames[index].KeyTime.Type; 812if (_keyFrames[index].KeyTime.Type == KeyTimeType.Paced) 835Matrix prevKeyValue = _keyFrames[index - 1].Value; 839Matrix currentKeyValue = _keyFrames[index].Value; 856&& _keyFrames[index].KeyTime.Type == KeyTimeType.Paced); 866totalLength += AnimatedTypeHelpers.GetSegmentLengthMatrix(prevKeyValue, _keyFrames[index].Value);
System\Windows\Media\Animation\Generated\MatrixKeyFrameCollection.cs (1)
443return this[index];