Implemented interface member:
property
KeyTime
System.Windows.Media.Animation.IKeyFrame.KeyTime
5 writes to KeyTime
PresentationCore (5)
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (2)
1054
KeyTime
= keyTime;
1064
KeyTime
= keyTime;
System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
1741
KeyTime
= keyTime;
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (2)
1070
KeyTime
= keyTime;
1082
KeyTime
= keyTime;
5 references to KeyTime
PresentationCore (5)
System\Windows\Media\Animation\Generated\Point3DAnimationUsingKeyFrames.cs (5)
650
KeyTime keyTime = _keyFrames[index].
KeyTime
;
734
KeyTime keyTime = _keyFrames[index].
KeyTime
;
808
KeyTimeType type = _keyFrames[index].
KeyTime
.Type;
908
if (_keyFrames[index].
KeyTime
.Type == KeyTimeType.Paced)
952
&& _keyFrames[index].
KeyTime
.Type == KeyTimeType.Paced);