1 write to
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\Rotation3DKeyFrameCollection.cs (1)
462this[index] = (Rotation3DKeyFrame)value;
10 references to
PresentationCore (10)
Core\CSharp\System\Windows\Media\Animation\Generated\Rotation3DAnimationUsingKeyFrames.cs (9)
654return _keyFrames[_sortedResolvedKeyFrames[resolvedKeyFrameIndex]._originalKeyFrameIndex]; 675KeyTime keyTime = _keyFrames[index].KeyTime; 759KeyTime keyTime = _keyFrames[index].KeyTime; 831KeyTimeType type = _keyFrames[index].KeyTime.Type; 931if (_keyFrames[index].KeyTime.Type == KeyTimeType.Paced) 954Rotation3D prevKeyValue = _keyFrames[index - 1].Value; 958Rotation3D currentKeyValue = _keyFrames[index].Value; 975&& _keyFrames[index].KeyTime.Type == KeyTimeType.Paced); 985totalLength += AnimatedTypeHelpers.GetSegmentLengthRotation3D(prevKeyValue, _keyFrames[index].Value);
Core\CSharp\System\Windows\Media\Animation\Generated\Rotation3DKeyFrameCollection.cs (1)
458return this[index];