1 write to
PresentationCore (1)
System\Windows\Media\Animation\Generated\StringKeyFrameCollection.cs (1)
455this[index] = (StringKeyFrame)value;
10 references to
PresentationCore (10)
System\Windows\Media\Animation\Generated\StringAnimationUsingKeyFrames.cs (9)
551return _keyFrames[_sortedResolvedKeyFrames[resolvedKeyFrameIndex]._originalKeyFrameIndex]; 572KeyTime keyTime = _keyFrames[index].KeyTime; 656KeyTime keyTime = _keyFrames[index].KeyTime; 728KeyTimeType type = _keyFrames[index].KeyTime.Type; 828if (_keyFrames[index].KeyTime.Type == KeyTimeType.Paced) 851String prevKeyValue = _keyFrames[index - 1].Value; 855String currentKeyValue = _keyFrames[index].Value; 872&& _keyFrames[index].KeyTime.Type == KeyTimeType.Paced); 882totalLength += AnimatedTypeHelpers.GetSegmentLengthString(prevKeyValue, _keyFrames[index].Value);
System\Windows\Media\Animation\Generated\StringKeyFrameCollection.cs (1)
451return this[index];