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)
554
KeyTime
= keyTime;
564
KeyTime
= keyTime;
System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
895
KeyTime
= keyTime;
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (2)
562
KeyTime
= keyTime;
574
KeyTime
= keyTime;
5 references to KeyTime
PresentationCore (5)
System\Windows\Media\Animation\Generated\Int16AnimationUsingKeyFrames.cs (5)
649
KeyTime keyTime = _keyFrames[index].
KeyTime
;
733
KeyTime keyTime = _keyFrames[index].
KeyTime
;
807
KeyTimeType type = _keyFrames[index].
KeyTime
.Type;
907
if (_keyFrames[index].
KeyTime
.Type == KeyTimeType.Paced)
951
&& _keyFrames[index].
KeyTime
.Type == KeyTimeType.Paced);