1 write to
PresentationFramework (1)
src\Framework\System\Windows\Media\Animation\Generated\ThicknessKeyFrameCollection.cs (1)
462this[index] = (ThicknessKeyFrame)value;
10 references to
PresentationFramework (10)
src\Framework\System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (9)
654return _keyFrames[_sortedResolvedKeyFrames[resolvedKeyFrameIndex]._originalKeyFrameIndex]; 675KeyTime keyTime = _keyFrames[index].KeyTime; 759KeyTime keyTime = _keyFrames[index].KeyTime; 831KeyTimeType type = _keyFrames[index].KeyTime.Type; 931if (_keyFrames[index].KeyTime.Type == KeyTimeType.Paced) 954Thickness prevKeyValue = _keyFrames[index - 1].Value; 958Thickness currentKeyValue = _keyFrames[index].Value; 975&& _keyFrames[index].KeyTime.Type == KeyTimeType.Paced); 985totalLength += AnimatedTypeHelpers.GetSegmentLengthThickness(prevKeyValue, _keyFrames[index].Value);
src\Framework\System\Windows\Media\Animation\Generated\ThicknessKeyFrameCollection.cs (1)
458return this[index];