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