1 write to
PresentationCore (1)
System\Windows\Media\Animation\Generated\CharKeyFrameCollection.cs (1)
447this[index] = (CharKeyFrame)value;
10 references to
PresentationCore (10)
System\Windows\Media\Animation\Generated\CharAnimationUsingKeyFrames.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) 842Char prevKeyValue = _keyFrames[index - 1].Value; 846Char currentKeyValue = _keyFrames[index].Value; 863&& _keyFrames[index].KeyTime.Type == KeyTimeType.Paced); 873totalLength += AnimatedTypeHelpers.GetSegmentLengthChar(prevKeyValue, _keyFrames[index].Value);
System\Windows\Media\Animation\Generated\CharKeyFrameCollection.cs (1)
443return this[index];