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)
49
KeyTime
= keyTime;
5 references to KeyTime
PresentationCore (5)
System\Windows\Media\Animation\Generated\BooleanAnimationUsingKeyFrames.cs (5)
557
KeyTime keyTime = _keyFrames[index].
KeyTime
;
641
KeyTime keyTime = _keyFrames[index].
KeyTime
;
715
KeyTimeType type = _keyFrames[index].
KeyTime
.Type;
815
if (_keyFrames[index].
KeyTime
.Type == KeyTimeType.Paced)
859
&& _keyFrames[index].
KeyTime
.Type == KeyTimeType.Paced);