1 write to
PresentationCore (1)
System\Windows\Media\Animation\Generated\Int32KeyFrameCollection.cs (1)
448
this
[
index] = (Int32KeyFrame)value;
10 references to
PresentationCore (10)
System\Windows\Media\Animation\Generated\Int32AnimationUsingKeyFrames.cs (9)
628
return _keyFrames
[
_sortedResolvedKeyFrames[resolvedKeyFrameIndex]._originalKeyFrameIndex];
649
KeyTime keyTime = _keyFrames
[
index].KeyTime;
733
KeyTime keyTime = _keyFrames
[
index].KeyTime;
807
KeyTimeType type = _keyFrames
[
index].KeyTime.Type;
907
if (_keyFrames
[
index].KeyTime.Type == KeyTimeType.Paced)
930
Int32 prevKeyValue = _keyFrames
[
index - 1].Value;
934
Int32 currentKeyValue = _keyFrames
[
index].Value;
951
&& _keyFrames
[
index].KeyTime.Type == KeyTimeType.Paced);
961
totalLength += AnimatedTypeHelpers.GetSegmentLengthInt32(prevKeyValue, _keyFrames
[
index].Value);
System\Windows\Media\Animation\Generated\Int32KeyFrameCollection.cs (1)
444
return this
[
index];