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