1 write to BeginIndex
PresentationCore (1)
System\Windows\Media\Animation\Generated\ObjectAnimationUsingKeyFrames.cs (1)
699
BeginIndex
= index
4 references to BeginIndex
PresentationCore (4)
System\Windows\Media\Animation\Generated\ObjectAnimationUsingKeyFrames.cs (4)
748
if (block.
BeginIndex
> 0)
750
blockBeginTime = _sortedResolvedKeyFrames[block.
BeginIndex
- 1]._resolvedKeyTime;
763
Int64 segmentCount = (block.EndIndex - block.
BeginIndex
) + 1;
766
index = block.
BeginIndex
;