1 write to BeginIndex
PresentationFramework (1)
System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (1)
805
block.
BeginIndex
= index;
4 references to BeginIndex
PresentationFramework (4)
System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (4)
853
if (block.
BeginIndex
> 0)
855
blockBeginTime = _sortedResolvedKeyFrames[block.
BeginIndex
- 1]._resolvedKeyTime;
868
Int64 segmentCount = (block.EndIndex - block.
BeginIndex
) + 1;
871
index = block.
BeginIndex
;