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