1 write to
PresentationCore (1)
System\Windows\Media\Animation\Generated\StringKeyFrameCollection.cs (1)
448this[index] = (StringKeyFrame)value;
10 references to
PresentationCore (10)
System\Windows\Media\Animation\Generated\StringAnimationUsingKeyFrames.cs (9)
541return _keyFrames[_sortedResolvedKeyFrames[resolvedKeyFrameIndex]._originalKeyFrameIndex]; 562KeyTime keyTime = _keyFrames[index].KeyTime; 646KeyTime keyTime = _keyFrames[index].KeyTime; 720KeyTimeType type = _keyFrames[index].KeyTime.Type; 820if (_keyFrames[index].KeyTime.Type == KeyTimeType.Paced) 843String prevKeyValue = _keyFrames[index - 1].Value; 847String currentKeyValue = _keyFrames[index].Value; 864&& _keyFrames[index].KeyTime.Type == KeyTimeType.Paced); 874totalLength += AnimatedTypeHelpers.GetSegmentLengthString(prevKeyValue, _keyFrames[index].Value);
System\Windows\Media\Animation\Generated\StringKeyFrameCollection.cs (1)
444return this[index];