1 write to
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\MatrixKeyFrameCollection.cs (1)
462this[index] = (MatrixKeyFrame)value;
10 references to
PresentationCore (10)
Core\CSharp\System\Windows\Media\Animation\Generated\MatrixAnimationUsingKeyFrames.cs (9)
562return _keyFrames[_sortedResolvedKeyFrames[resolvedKeyFrameIndex]._originalKeyFrameIndex]; 583KeyTime keyTime = _keyFrames[index].KeyTime; 667KeyTime keyTime = _keyFrames[index].KeyTime; 739KeyTimeType type = _keyFrames[index].KeyTime.Type; 839if (_keyFrames[index].KeyTime.Type == KeyTimeType.Paced) 862Matrix prevKeyValue = _keyFrames[index - 1].Value; 866Matrix currentKeyValue = _keyFrames[index].Value; 883&& _keyFrames[index].KeyTime.Type == KeyTimeType.Paced); 893totalLength += AnimatedTypeHelpers.GetSegmentLengthMatrix(prevKeyValue, _keyFrames[index].Value);
Core\CSharp\System\Windows\Media\Animation\Generated\MatrixKeyFrameCollection.cs (1)
458return this[index];