1 write to
PresentationCore (1)
System\Windows\Media\Animation\Generated\PointKeyFrameCollection.cs (1)
455this[index] = (PointKeyFrame)value;
11 references to
PresentationCore (10)
System\Windows\Media\Animation\Generated\PointAnimationUsingKeyFrames.cs (9)
643return _keyFrames[_sortedResolvedKeyFrames[resolvedKeyFrameIndex]._originalKeyFrameIndex]; 664KeyTime keyTime = _keyFrames[index].KeyTime; 748KeyTime keyTime = _keyFrames[index].KeyTime; 820KeyTimeType type = _keyFrames[index].KeyTime.Type; 920if (_keyFrames[index].KeyTime.Type == KeyTimeType.Paced) 943Point prevKeyValue = _keyFrames[index - 1].Value; 947Point currentKeyValue = _keyFrames[index].Value; 964&& _keyFrames[index].KeyTime.Type == KeyTimeType.Paced); 974totalLength += AnimatedTypeHelpers.GetSegmentLengthPoint(prevKeyValue, _keyFrames[index].Value);
System\Windows\Media\Animation\Generated\PointKeyFrameCollection.cs (1)
451return this[index];
PresentationFramework (1)
System\Windows\VisualStateManager.cs (1)
657PointKeyFrame keyFrame = pak.KeyFrames[isEntering ? 0 : pak.KeyFrames.Count - 1];