1 write to BeginIndex
PresentationCore (1)
System\Windows\Media\Animation\Generated\RectAnimationUsingKeyFrames.cs (1)
792
BeginIndex
= index
4 references to BeginIndex
PresentationCore (4)
System\Windows\Media\Animation\Generated\RectAnimationUsingKeyFrames.cs (4)
841
if (block.
BeginIndex
> 0)
843
blockBeginTime = _sortedResolvedKeyFrames[block.
BeginIndex
- 1]._resolvedKeyTime;
856
Int64 segmentCount = (block.EndIndex - block.
BeginIndex
) + 1;
859
index = block.
BeginIndex
;