1 write to BeginIndex
PresentationCore (1)
System\Windows\Media\Animation\Generated\Point3DAnimationUsingKeyFrames.cs (1)
793BeginIndex = index
4 references to BeginIndex
PresentationCore (4)
System\Windows\Media\Animation\Generated\Point3DAnimationUsingKeyFrames.cs (4)
842if (block.BeginIndex > 0) 844blockBeginTime = _sortedResolvedKeyFrames[block.BeginIndex - 1]._resolvedKeyTime; 857Int64 segmentCount = (block.EndIndex - block.BeginIndex) + 1; 860index = block.BeginIndex;