1 write to BeginIndex
PresentationCore (1)
System\Windows\Media\Animation\Generated\PointAnimationUsingKeyFrames.cs (1)
791
block.
BeginIndex
= index;
4 references to BeginIndex
PresentationCore (4)
System\Windows\Media\Animation\Generated\PointAnimationUsingKeyFrames.cs (4)
839
if (block.
BeginIndex
> 0)
841
blockBeginTime = _sortedResolvedKeyFrames[block.
BeginIndex
- 1]._resolvedKeyTime;
854
Int64 segmentCount = (block.EndIndex - block.
BeginIndex
) + 1;
857
index = block.
BeginIndex
;