1 write to
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\SizeKeyFrameCollection.cs (1)
462this[index] = (SizeKeyFrame)value;
10 references to
PresentationCore (10)
Core\CSharp\System\Windows\Media\Animation\Generated\SizeAnimationUsingKeyFrames.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) 954Size prevKeyValue = _keyFrames[index - 1].Value; 958Size currentKeyValue = _keyFrames[index].Value; 975&& _keyFrames[index].KeyTime.Type == KeyTimeType.Paced); 985totalLength += AnimatedTypeHelpers.GetSegmentLengthSize(prevKeyValue, _keyFrames[index].Value);
Core\CSharp\System\Windows\Media\Animation\Generated\SizeKeyFrameCollection.cs (1)
458return this[index];