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)
540return _keyFrames[_sortedResolvedKeyFrames[resolvedKeyFrameIndex]._originalKeyFrameIndex]; 561KeyTime keyTime = _keyFrames[index].KeyTime; 645KeyTime keyTime = _keyFrames[index].KeyTime; 719KeyTimeType type = _keyFrames[index].KeyTime.Type; 819if (_keyFrames[index].KeyTime.Type == KeyTimeType.Paced) 842String prevKeyValue = _keyFrames[index - 1].Value; 846String currentKeyValue = _keyFrames[index].Value; 863&& _keyFrames[index].KeyTime.Type == KeyTimeType.Paced); 873totalLength += AnimatedTypeHelpers.GetSegmentLengthString(prevKeyValue, _keyFrames[index].Value);
System\Windows\Media\Animation\Generated\StringKeyFrameCollection.cs (1)
443return this[index];