1 write to
PresentationCore (1)
System\Windows\Media\Animation\Generated\MatrixKeyFrameCollection.cs (1)
455this[index] = (MatrixKeyFrame)value;
10 references to
PresentationCore (10)
System\Windows\Media\Animation\Generated\MatrixAnimationUsingKeyFrames.cs (9)
551return _keyFrames[_sortedResolvedKeyFrames[resolvedKeyFrameIndex]._originalKeyFrameIndex]; 572KeyTime keyTime = _keyFrames[index].KeyTime; 656KeyTime keyTime = _keyFrames[index].KeyTime; 728KeyTimeType type = _keyFrames[index].KeyTime.Type; 828if (_keyFrames[index].KeyTime.Type == KeyTimeType.Paced) 851Matrix prevKeyValue = _keyFrames[index - 1].Value; 855Matrix currentKeyValue = _keyFrames[index].Value; 872&& _keyFrames[index].KeyTime.Type == KeyTimeType.Paced); 882totalLength += AnimatedTypeHelpers.GetSegmentLengthMatrix(prevKeyValue, _keyFrames[index].Value);
System\Windows\Media\Animation\Generated\MatrixKeyFrameCollection.cs (1)
451return this[index];