1 write to
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\CharKeyFrameCollection.cs (1)
462this[index] = (CharKeyFrame)value;
10 references to
PresentationCore (10)
Core\CSharp\System\Windows\Media\Animation\Generated\CharAnimationUsingKeyFrames.cs (9)
562return _keyFrames[_sortedResolvedKeyFrames[resolvedKeyFrameIndex]._originalKeyFrameIndex]; 583KeyTime keyTime = _keyFrames[index].KeyTime; 667KeyTime keyTime = _keyFrames[index].KeyTime; 739KeyTimeType type = _keyFrames[index].KeyTime.Type; 839if (_keyFrames[index].KeyTime.Type == KeyTimeType.Paced) 862Char prevKeyValue = _keyFrames[index - 1].Value; 866Char currentKeyValue = _keyFrames[index].Value; 883&& _keyFrames[index].KeyTime.Type == KeyTimeType.Paced); 893totalLength += AnimatedTypeHelpers.GetSegmentLengthChar(prevKeyValue, _keyFrames[index].Value);
Core\CSharp\System\Windows\Media\Animation\Generated\CharKeyFrameCollection.cs (1)
458return this[index];