1 write to
PresentationCore (1)
System\Windows\Media\Animation\Generated\CharKeyFrameCollection.cs (1)
448this[index] = (CharKeyFrame)value;
10 references to
PresentationCore (10)
System\Windows\Media\Animation\Generated\CharAnimationUsingKeyFrames.cs (9)
535return _keyFrames[_sortedResolvedKeyFrames[resolvedKeyFrameIndex]._originalKeyFrameIndex]; 556KeyTime keyTime = _keyFrames[index].KeyTime; 640KeyTime keyTime = _keyFrames[index].KeyTime; 714KeyTimeType type = _keyFrames[index].KeyTime.Type; 814if (_keyFrames[index].KeyTime.Type == KeyTimeType.Paced) 837Char prevKeyValue = _keyFrames[index - 1].Value; 841Char currentKeyValue = _keyFrames[index].Value; 858&& _keyFrames[index].KeyTime.Type == KeyTimeType.Paced); 868totalLength += AnimatedTypeHelpers.GetSegmentLengthChar(prevKeyValue, _keyFrames[index].Value);
System\Windows\Media\Animation\Generated\CharKeyFrameCollection.cs (1)
444return this[index];