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)
1304KeyTime = keyTime; 1314KeyTime = keyTime;
System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
2023KeyTime = keyTime;
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (2)
1324KeyTime = keyTime; 1336KeyTime = keyTime;
5 references to KeyTime
PresentationCore (5)
System\Windows\Media\Animation\Generated\Rotation3DAnimationUsingKeyFrames.cs (5)
650KeyTime keyTime = _keyFrames[index].KeyTime; 734KeyTime keyTime = _keyFrames[index].KeyTime; 808KeyTimeType type = _keyFrames[index].KeyTime.Type; 908if (_keyFrames[index].KeyTime.Type == KeyTimeType.Paced) 952&& _keyFrames[index].KeyTime.Type == KeyTimeType.Paced);