Implemented interface member:
property
KeyTime
System.Windows.Media.Animation.IKeyFrame.KeyTime
1 write to KeyTime
PresentationCore (1)
System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
331
KeyTime
= keyTime;
5 references to KeyTime
PresentationCore (5)
System\Windows\Media\Animation\Generated\CharAnimationUsingKeyFrames.cs (5)
556
KeyTime keyTime = _keyFrames[index].
KeyTime
;
640
KeyTime keyTime = _keyFrames[index].
KeyTime
;
714
KeyTimeType type = _keyFrames[index].
KeyTime
.Type;
814
if (_keyFrames[index].
KeyTime
.Type == KeyTimeType.Paced)
858
&& _keyFrames[index].
KeyTime
.Type == KeyTimeType.Paced);