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)
689KeyTime = keyTime; 699KeyTime = keyTime;
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
1069KeyTime = keyTime;
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (2)
729KeyTime = keyTime; 744KeyTime = keyTime;
5 references to KeyTime
PresentationCore (5)
Core\CSharp\System\Windows\Media\Animation\Generated\Int32AnimationUsingKeyFrames.cs (5)
675KeyTime keyTime = _keyFrames[index].KeyTime; 759KeyTime keyTime = _keyFrames[index].KeyTime; 831KeyTimeType type = _keyFrames[index].KeyTime.Type; 931if (_keyFrames[index].KeyTime.Type == KeyTimeType.Paced) 975&& _keyFrames[index].KeyTime.Type == KeyTimeType.Paced);