1 write to BeginIndex
PresentationCore (1)
System\Windows\Media\Animation\Generated\StringAnimationUsingKeyFrames.cs (1)
714
block.
BeginIndex
= index;
4 references to BeginIndex
PresentationCore (4)
System\Windows\Media\Animation\Generated\StringAnimationUsingKeyFrames.cs (4)
762
if (block.
BeginIndex
> 0)
764
blockBeginTime = _sortedResolvedKeyFrames[block.
BeginIndex
- 1]._resolvedKeyTime;
777
Int64 segmentCount = (block.EndIndex - block.
BeginIndex
) + 1;
780
index = block.
BeginIndex
;