1 write to
PresentationCore (1)
System\Windows\Media\Animation\Generated\Vector3DKeyFrameCollection.cs (1)
447
this
[
index] = (Vector3DKeyFrame)value;
10 references to
PresentationCore (10)
System\Windows\Media\Animation\Generated\Vector3DAnimationUsingKeyFrames.cs (9)
629
return _keyFrames
[
_sortedResolvedKeyFrames[resolvedKeyFrameIndex]._originalKeyFrameIndex];
650
KeyTime keyTime = _keyFrames
[
index].KeyTime;
734
KeyTime keyTime = _keyFrames
[
index].KeyTime;
806
KeyTimeType type = _keyFrames
[
index].KeyTime.Type;
906
if (_keyFrames
[
index].KeyTime.Type == KeyTimeType.Paced)
929
Vector3D prevKeyValue = _keyFrames
[
index - 1].Value;
933
Vector3D currentKeyValue = _keyFrames
[
index].Value;
950
&& _keyFrames
[
index].KeyTime.Type == KeyTimeType.Paced);
960
totalLength += AnimatedTypeHelpers.GetSegmentLengthVector3D(prevKeyValue, _keyFrames
[
index].Value);
System\Windows\Media\Animation\Generated\Vector3DKeyFrameCollection.cs (1)
443
return this
[
index];