1 write to BeginIndex
PresentationCore (1)
System\Windows\Media\Animation\Generated\MatrixAnimationUsingKeyFrames.cs (1)
704
BeginIndex
= index
4 references to BeginIndex
PresentationCore (4)
System\Windows\Media\Animation\Generated\MatrixAnimationUsingKeyFrames.cs (4)
753
if (block.
BeginIndex
> 0)
755
blockBeginTime = _sortedResolvedKeyFrames[block.
BeginIndex
- 1]._resolvedKeyTime;
768
Int64 segmentCount = (block.EndIndex - block.
BeginIndex
) + 1;
771
index = block.
BeginIndex
;