Implemented interface member:
property
KeyTime
System.Windows.Media.Animation.IKeyFrame.KeyTime
5 writes to KeyTime
PresentationCore (5)
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (2)
1939
KeyTime
= keyTime;
1949
KeyTime
= keyTime;
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
2941
KeyTime
= keyTime;
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (2)
2059
KeyTime
= keyTime;
2074
KeyTime
= keyTime;
5 references to KeyTime
PresentationCore (5)
Core\CSharp\System\Windows\Media\Animation\Generated\Vector3DAnimationUsingKeyFrames.cs (5)
675
KeyTime keyTime = _keyFrames[index].
KeyTime
;
759
KeyTime keyTime = _keyFrames[index].
KeyTime
;
831
KeyTimeType type = _keyFrames[index].
KeyTime
.Type;
931
if (_keyFrames[index].
KeyTime
.Type == KeyTimeType.Paced)
975
&& _keyFrames[index].
KeyTime
.Type == KeyTimeType.Paced);