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