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