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)
633return _keyFrames[_sortedResolvedKeyFrames[resolvedKeyFrameIndex]._originalKeyFrameIndex]; 654KeyTime keyTime = _keyFrames[index].KeyTime; 738KeyTime keyTime = _keyFrames[index].KeyTime; 812KeyTimeType type = _keyFrames[index].KeyTime.Type; 912if (_keyFrames[index].KeyTime.Type == KeyTimeType.Paced) 935Rotation3D prevKeyValue = _keyFrames[index - 1].Value; 939Rotation3D currentKeyValue = _keyFrames[index].Value; 956&& _keyFrames[index].KeyTime.Type == KeyTimeType.Paced); 966totalLength += AnimatedTypeHelpers.GetSegmentLengthRotation3D(prevKeyValue, _keyFrames[index].Value);
System\Windows\Media\Animation\Generated\Rotation3DKeyFrameCollection.cs (1)
444return this[index];