1 write to BeginIndex
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\Int64AnimationUsingKeyFrames.cs (1)
817block.BeginIndex = index;
4 references to BeginIndex
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Generated\Int64AnimationUsingKeyFrames.cs (4)
865if (block.BeginIndex > 0) 867blockBeginTime = _sortedResolvedKeyFrames[block.BeginIndex - 1]._resolvedKeyTime; 880Int64 segmentCount = (block.EndIndex - block.BeginIndex) + 1; 883index = block.BeginIndex;