1 write to
PresentationFramework (1)
System\Windows\Media\Animation\Generated\ThicknessKeyFrameCollection.cs (1)
446this[index] = (ThicknessKeyFrame)value;
10 references to
PresentationFramework (10)
System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (9)
632return _keyFrames[_sortedResolvedKeyFrames[resolvedKeyFrameIndex]._originalKeyFrameIndex]; 653KeyTime keyTime = _keyFrames[index].KeyTime; 737KeyTime keyTime = _keyFrames[index].KeyTime; 809KeyTimeType type = _keyFrames[index].KeyTime.Type; 909if (_keyFrames[index].KeyTime.Type == KeyTimeType.Paced) 932Thickness prevKeyValue = _keyFrames[index - 1].Value; 936Thickness currentKeyValue = _keyFrames[index].Value; 953&& _keyFrames[index].KeyTime.Type == KeyTimeType.Paced); 963totalLength += AnimatedTypeHelpers.GetSegmentLengthThickness(prevKeyValue, _keyFrames[index].Value);
System\Windows\Media\Animation\Generated\ThicknessKeyFrameCollection.cs (1)
442return this[index];