1 write to
PresentationCore (1)
System\Windows\Media\Animation\Generated\Int16KeyFrameCollection.cs (1)
448this[index] = (Int16KeyFrame)value;
10 references to
PresentationCore (10)
System\Windows\Media\Animation\Generated\Int16AnimationUsingKeyFrames.cs (9)
628return _keyFrames[_sortedResolvedKeyFrames[resolvedKeyFrameIndex]._originalKeyFrameIndex]; 649KeyTime keyTime = _keyFrames[index].KeyTime; 733KeyTime keyTime = _keyFrames[index].KeyTime; 807KeyTimeType type = _keyFrames[index].KeyTime.Type; 907if (_keyFrames[index].KeyTime.Type == KeyTimeType.Paced) 930Int16 prevKeyValue = _keyFrames[index - 1].Value; 934Int16 currentKeyValue = _keyFrames[index].Value; 951&& _keyFrames[index].KeyTime.Type == KeyTimeType.Paced); 961totalLength += AnimatedTypeHelpers.GetSegmentLengthInt16(prevKeyValue, _keyFrames[index].Value);
System\Windows\Media\Animation\Generated\Int16KeyFrameCollection.cs (1)
444return this[index];