1 write to
PresentationCore (1)
System\Windows\Media\Animation\Generated\Point3DKeyFrameCollection.cs (1)
448this[index] = (Point3DKeyFrame)value;
10 references to
PresentationCore (10)
System\Windows\Media\Animation\Generated\Point3DAnimationUsingKeyFrames.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) 931Point3D prevKeyValue = _keyFrames[index - 1].Value; 935Point3D currentKeyValue = _keyFrames[index].Value; 952&& _keyFrames[index].KeyTime.Type == KeyTimeType.Paced); 962totalLength += AnimatedTypeHelpers.GetSegmentLengthPoint3D(prevKeyValue, _keyFrames[index].Value);
System\Windows\Media\Animation\Generated\Point3DKeyFrameCollection.cs (1)
444return this[index];