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