1 write to BeginIndex
PresentationCore (1)
System\Windows\Media\Animation\Generated\Rotation3DAnimationUsingKeyFrames.cs (1)
806
block.
BeginIndex
= index;
4 references to BeginIndex
PresentationCore (4)
System\Windows\Media\Animation\Generated\Rotation3DAnimationUsingKeyFrames.cs (4)
854
if (block.
BeginIndex
> 0)
856
blockBeginTime = _sortedResolvedKeyFrames[block.
BeginIndex
- 1]._resolvedKeyTime;
869
Int64 segmentCount = (block.EndIndex - block.
BeginIndex
) + 1;
872
index = block.
BeginIndex
;