1 write to EndIndex
PresentationCore (1)
System\Windows\Media\Animation\Generated\MatrixAnimationUsingKeyFrames.cs (1)
744block.EndIndex = index;
3 references to EndIndex
PresentationCore (3)
System\Windows\Media\Animation\Generated\MatrixAnimationUsingKeyFrames.cs (3)
777Int64 segmentCount = (block.EndIndex - block.BeginIndex) + 1; 778TimeSpan uniformTimeStep = TimeSpan.FromTicks((_sortedResolvedKeyFrames[block.EndIndex]._resolvedKeyTime - blockBeginTime).Ticks / segmentCount); 783while (index < block.EndIndex)