1 write to
PresentationCore (1)
System\Windows\Media\Animation\Generated\ColorKeyFrameCollection.cs (1)
447this[index] = (ColorKeyFrame)value;
11 references to
PresentationCore (10)
System\Windows\Media\Animation\Generated\ColorAnimationUsingKeyFrames.cs (9)
632return _keyFrames[_sortedResolvedKeyFrames[resolvedKeyFrameIndex]._originalKeyFrameIndex]; 653KeyTime keyTime = _keyFrames[index].KeyTime; 737KeyTime keyTime = _keyFrames[index].KeyTime; 811KeyTimeType type = _keyFrames[index].KeyTime.Type; 911if (_keyFrames[index].KeyTime.Type == KeyTimeType.Paced) 934Color prevKeyValue = _keyFrames[index - 1].Value; 938Color currentKeyValue = _keyFrames[index].Value; 955&& _keyFrames[index].KeyTime.Type == KeyTimeType.Paced); 965totalLength += AnimatedTypeHelpers.GetSegmentLengthColor(prevKeyValue, _keyFrames[index].Value);
System\Windows\Media\Animation\Generated\ColorKeyFrameCollection.cs (1)
443return this[index];
PresentationFramework (1)
System\Windows\VisualStateManager.cs (1)
605ColorKeyFrame keyFrame = cak.KeyFrames[isEntering ? 0 : cak.KeyFrames.Count - 1];