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)
541return _keyFrames[_sortedResolvedKeyFrames[resolvedKeyFrameIndex]._originalKeyFrameIndex]; 562KeyTime keyTime = _keyFrames[index].KeyTime; 646KeyTime keyTime = _keyFrames[index].KeyTime; 720KeyTimeType type = _keyFrames[index].KeyTime.Type; 820if (_keyFrames[index].KeyTime.Type == KeyTimeType.Paced) 843Matrix prevKeyValue = _keyFrames[index - 1].Value; 847Matrix currentKeyValue = _keyFrames[index].Value; 864&& _keyFrames[index].KeyTime.Type == KeyTimeType.Paced); 874totalLength += AnimatedTypeHelpers.GetSegmentLengthMatrix(prevKeyValue, _keyFrames[index].Value);
System\Windows\Media\Animation\Generated\MatrixKeyFrameCollection.cs (1)
444return this[index];