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)
1929KeyTime = keyTime; 1939KeyTime = keyTime;
System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
2869KeyTime = keyTime;
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (2)
1959KeyTime = keyTime; 1971KeyTime = keyTime;
5 references to KeyTime
PresentationCore (5)
System\Windows\Media\Animation\Generated\Vector3DAnimationUsingKeyFrames.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);