1 write to EndIndex
PresentationCore (1)
System\Windows\Media\Animation\Generated\ObjectAnimationUsingKeyFrames.cs (1)
730block.EndIndex = index;
3 references to EndIndex
PresentationCore (3)
System\Windows\Media\Animation\Generated\ObjectAnimationUsingKeyFrames.cs (3)
763Int64 segmentCount = (block.EndIndex - block.BeginIndex) + 1; 764TimeSpan uniformTimeStep = TimeSpan.FromTicks((_sortedResolvedKeyFrames[block.EndIndex]._resolvedKeyTime - blockBeginTime).Ticks / segmentCount); 769while (index < block.EndIndex)