1 write to EndIndex
PresentationFramework (1)
System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (1)
835block.EndIndex = index;
3 references to EndIndex
PresentationFramework (3)
System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (3)
868Int64 segmentCount = (block.EndIndex - block.BeginIndex) + 1; 869TimeSpan uniformTimeStep = TimeSpan.FromTicks((_sortedResolvedKeyFrames[block.EndIndex]._resolvedKeyTime - blockBeginTime).Ticks / segmentCount); 874while (index < block.EndIndex)