1 write to
PresentationCore (1)
System\Windows\Media\Animation\Generated\StringKeyFrameCollection.cs (1)
447this[index] = (StringKeyFrame)value;
10 references to
PresentationCore (10)
System\Windows\Media\Animation\Generated\StringAnimationUsingKeyFrames.cs (9)
535return _keyFrames[_sortedResolvedKeyFrames[resolvedKeyFrameIndex]._originalKeyFrameIndex]; 556KeyTime keyTime = _keyFrames[index].KeyTime; 640KeyTime keyTime = _keyFrames[index].KeyTime; 712KeyTimeType type = _keyFrames[index].KeyTime.Type; 812if (_keyFrames[index].KeyTime.Type == KeyTimeType.Paced) 835String prevKeyValue = _keyFrames[index - 1].Value; 839String currentKeyValue = _keyFrames[index].Value; 856&& _keyFrames[index].KeyTime.Type == KeyTimeType.Paced); 866totalLength += AnimatedTypeHelpers.GetSegmentLengthString(prevKeyValue, _keyFrames[index].Value);
System\Windows\Media\Animation\Generated\StringKeyFrameCollection.cs (1)
443return this[index];