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)
1430
KeyTime
= keyTime;
1440
KeyTime
= keyTime;
System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
2165
KeyTime
= keyTime;
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (2)
1457
KeyTime
= keyTime;
1469
KeyTime
= keyTime;
5 references to KeyTime
PresentationCore (5)
System\Windows\Media\Animation\Generated\RectAnimationUsingKeyFrames.cs (5)
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)
955
&& _keyFrames[index].
KeyTime
.Type == KeyTimeType.Paced);