1 write to EndIndex
PresentationCore (1)
System\Windows\Media\Animation\Generated\RectAnimationUsingKeyFrames.cs (1)
823
block.
EndIndex
= index;
3 references to EndIndex
PresentationCore (3)
System\Windows\Media\Animation\Generated\RectAnimationUsingKeyFrames.cs (3)
856
Int64 segmentCount = (block.
EndIndex
- block.BeginIndex) + 1;
857
TimeSpan uniformTimeStep = TimeSpan.FromTicks((_sortedResolvedKeyFrames[block.
EndIndex
]._resolvedKeyTime - blockBeginTime).Ticks / segmentCount);
862
while (index < block.
EndIndex
)