1 write to EndIndex
PresentationCore (1)
System\Windows\Media\Animation\Generated\StringAnimationUsingKeyFrames.cs (1)
728block.EndIndex = index;
3 references to EndIndex
PresentationCore (3)
System\Windows\Media\Animation\Generated\StringAnimationUsingKeyFrames.cs (3)
761Int64 segmentCount = (block.EndIndex - block.BeginIndex) + 1; 762TimeSpan uniformTimeStep = TimeSpan.FromTicks((_sortedResolvedKeyFrames[block.EndIndex]._resolvedKeyTime - blockBeginTime).Ticks / segmentCount); 767while (index < block.EndIndex)