1 write to BeginIndex
PresentationCore (1)
System\Windows\Media\Animation\Generated\PointAnimationUsingKeyFrames.cs (1)
797BeginIndex = index
4 references to BeginIndex
PresentationCore (4)
System\Windows\Media\Animation\Generated\PointAnimationUsingKeyFrames.cs (4)
846if (block.BeginIndex > 0) 848blockBeginTime = _sortedResolvedKeyFrames[block.BeginIndex - 1]._resolvedKeyTime; 861Int64 segmentCount = (block.EndIndex - block.BeginIndex) + 1; 864index = block.BeginIndex;