1 write to
PresentationCore (1)
System\Windows\Media\Animation\Generated\VectorKeyFrameCollection.cs (1)
447this[index] = (VectorKeyFrame)value;
10 references to
PresentationCore (10)
System\Windows\Media\Animation\Generated\VectorAnimationUsingKeyFrames.cs (9)
628return _keyFrames[_sortedResolvedKeyFrames[resolvedKeyFrameIndex]._originalKeyFrameIndex]; 649KeyTime keyTime = _keyFrames[index].KeyTime; 733KeyTime keyTime = _keyFrames[index].KeyTime; 805KeyTimeType type = _keyFrames[index].KeyTime.Type; 905if (_keyFrames[index].KeyTime.Type == KeyTimeType.Paced) 928Vector prevKeyValue = _keyFrames[index - 1].Value; 932Vector currentKeyValue = _keyFrames[index].Value; 949&& _keyFrames[index].KeyTime.Type == KeyTimeType.Paced); 959totalLength += AnimatedTypeHelpers.GetSegmentLengthVector(prevKeyValue, _keyFrames[index].Value);
System\Windows\Media\Animation\Generated\VectorKeyFrameCollection.cs (1)
443return this[index];