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