Implemented interface member:
property
KeyTime
System.Windows.Media.Animation.IKeyFrame.KeyTime
1 write to KeyTime
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
61
KeyTime
= keyTime;
5 references to KeyTime
PresentationCore (5)
Core\CSharp\System\Windows\Media\Animation\Generated\BooleanAnimationUsingKeyFrames.cs (5)
583
KeyTime keyTime = _keyFrames[index].
KeyTime
;
667
KeyTime keyTime = _keyFrames[index].
KeyTime
;
739
KeyTimeType type = _keyFrames[index].
KeyTime
.Type;
839
if (_keyFrames[index].
KeyTime
.Type == KeyTimeType.Paced)
883
&& _keyFrames[index].
KeyTime
.Type == KeyTimeType.Paced);