1 write to
PresentationFramework (1)
System\Windows\Media\Animation\Generated\ThicknessKeyFrameCollection.cs (1)
454this[index] = (ThicknessKeyFrame)value;
10 references to
PresentationFramework (10)
System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (9)
642return _keyFrames[_sortedResolvedKeyFrames[resolvedKeyFrameIndex]._originalKeyFrameIndex]; 663KeyTime keyTime = _keyFrames[index].KeyTime; 747KeyTime keyTime = _keyFrames[index].KeyTime; 819KeyTimeType type = _keyFrames[index].KeyTime.Type; 919if (_keyFrames[index].KeyTime.Type == KeyTimeType.Paced) 942Thickness prevKeyValue = _keyFrames[index - 1].Value; 946Thickness currentKeyValue = _keyFrames[index].Value; 963&& _keyFrames[index].KeyTime.Type == KeyTimeType.Paced); 973totalLength += AnimatedTypeHelpers.GetSegmentLengthThickness(prevKeyValue, _keyFrames[index].Value);
System\Windows\Media\Animation\Generated\ThicknessKeyFrameCollection.cs (1)
450return this[index];