1 write to EndIndex
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimationUsingKeyFrames.cs (1)
847block.EndIndex = index;
3 references to EndIndex
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimationUsingKeyFrames.cs (3)
880Int64 segmentCount = (block.EndIndex - block.BeginIndex) + 1; 881TimeSpan uniformTimeStep = TimeSpan.FromTicks((_sortedResolvedKeyFrames[block.EndIndex]._resolvedKeyTime - blockBeginTime).Ticks / segmentCount); 886while (index < block.EndIndex)