1 write to
PresentationCore (1)
System\Windows\Media\Animation\Generated\QuaternionKeyFrameCollection.cs (1)
447this[index] = (QuaternionKeyFrame)value;
10 references to
PresentationCore (10)
System\Windows\Media\Animation\Generated\QuaternionAnimationUsingKeyFrames.cs (9)
629return _keyFrames[_sortedResolvedKeyFrames[resolvedKeyFrameIndex]._originalKeyFrameIndex]; 650KeyTime keyTime = _keyFrames[index].KeyTime; 734KeyTime keyTime = _keyFrames[index].KeyTime; 806KeyTimeType type = _keyFrames[index].KeyTime.Type; 906if (_keyFrames[index].KeyTime.Type == KeyTimeType.Paced) 929Quaternion prevKeyValue = _keyFrames[index - 1].Value; 933Quaternion currentKeyValue = _keyFrames[index].Value; 950&& _keyFrames[index].KeyTime.Type == KeyTimeType.Paced); 960totalLength += AnimatedTypeHelpers.GetSegmentLengthQuaternion(prevKeyValue, _keyFrames[index].Value);
System\Windows\Media\Animation\Generated\QuaternionKeyFrameCollection.cs (1)
443return this[index];