1 write to EndIndex
PresentationCore (1)
System\Windows\Media\Animation\Generated\QuaternionAnimationUsingKeyFrames.cs (1)
836
block.
EndIndex
= index;
3 references to EndIndex
PresentationCore (3)
System\Windows\Media\Animation\Generated\QuaternionAnimationUsingKeyFrames.cs (3)
869
Int64 segmentCount = (block.
EndIndex
- block.BeginIndex) + 1;
870
TimeSpan uniformTimeStep = TimeSpan.FromTicks((_sortedResolvedKeyFrames[block.
EndIndex
]._resolvedKeyTime - blockBeginTime).Ticks / segmentCount);
875
while (index < block.
EndIndex
)