1 write to BeginIndex
PresentationCore (1)
System\Windows\Media\Animation\Generated\BooleanAnimationUsingKeyFrames.cs (1)
699
block.
BeginIndex
= index;
4 references to BeginIndex
PresentationCore (4)
System\Windows\Media\Animation\Generated\BooleanAnimationUsingKeyFrames.cs (4)
747
if (block.
BeginIndex
> 0)
749
blockBeginTime = _sortedResolvedKeyFrames[block.
BeginIndex
- 1]._resolvedKeyTime;
762
Int64 segmentCount = (block.EndIndex - block.
BeginIndex
) + 1;
765
index = block.
BeginIndex
;