1 write to
PresentationCore (1)
System\Windows\Media\Animation\Generated\Int32KeyFrameCollection.cs (1)
447
this
[
index] = (Int32KeyFrame)value;
10 references to
PresentationCore (10)
System\Windows\Media\Animation\Generated\Int32AnimationUsingKeyFrames.cs (9)
632
return _keyFrames
[
_sortedResolvedKeyFrames[resolvedKeyFrameIndex]._originalKeyFrameIndex];
653
KeyTime keyTime = _keyFrames
[
index].KeyTime;
737
KeyTime keyTime = _keyFrames
[
index].KeyTime;
811
KeyTimeType type = _keyFrames
[
index].KeyTime.Type;
911
if (_keyFrames
[
index].KeyTime.Type == KeyTimeType.Paced)
934
Int32 prevKeyValue = _keyFrames
[
index - 1].Value;
938
Int32 currentKeyValue = _keyFrames
[
index].Value;
955
&& _keyFrames
[
index].KeyTime.Type == KeyTimeType.Paced);
965
totalLength += AnimatedTypeHelpers.GetSegmentLengthInt32(prevKeyValue, _keyFrames
[
index].Value);
System\Windows\Media\Animation\Generated\Int32KeyFrameCollection.cs (1)
443
return this
[
index];