1 write to BeginIndex
PresentationFramework (1)
System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (1)
795block.BeginIndex = index;
4 references to BeginIndex
PresentationFramework (4)
System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (4)
843if (block.BeginIndex > 0) 845blockBeginTime = _sortedResolvedKeyFrames[block.BeginIndex - 1]._resolvedKeyTime; 858Int64 segmentCount = (block.EndIndex - block.BeginIndex) + 1; 861index = block.BeginIndex;