1 write to BeginIndex
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\BooleanAnimationUsingKeyFrames.cs (1)
725
block.
BeginIndex
= index;
4 references to BeginIndex
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Generated\BooleanAnimationUsingKeyFrames.cs (4)
773
if (block.
BeginIndex
> 0)
775
blockBeginTime = _sortedResolvedKeyFrames[block.
BeginIndex
- 1]._resolvedKeyTime;
788
Int64 segmentCount = (block.EndIndex - block.
BeginIndex
) + 1;
791
index = block.
BeginIndex
;