1 write to
PresentationCore (1)
System\Windows\Media\Animation\Generated\Rotation3DKeyFrameCollection.cs (1)
448this[index] = (Rotation3DKeyFrame)value;
10 references to
PresentationCore (10)
System\Windows\Media\Animation\Generated\Rotation3DAnimationUsingKeyFrames.cs (9)
629return _keyFrames[_sortedResolvedKeyFrames[resolvedKeyFrameIndex]._originalKeyFrameIndex]; 650KeyTime keyTime = _keyFrames[index].KeyTime; 734KeyTime keyTime = _keyFrames[index].KeyTime; 808KeyTimeType type = _keyFrames[index].KeyTime.Type; 908if (_keyFrames[index].KeyTime.Type == KeyTimeType.Paced) 931Rotation3D prevKeyValue = _keyFrames[index - 1].Value; 935Rotation3D currentKeyValue = _keyFrames[index].Value; 952&& _keyFrames[index].KeyTime.Type == KeyTimeType.Paced); 962totalLength += AnimatedTypeHelpers.GetSegmentLengthRotation3D(prevKeyValue, _keyFrames[index].Value);
System\Windows\Media\Animation\Generated\Rotation3DKeyFrameCollection.cs (1)
444return this[index];