Implemented interface member:
property
KeyTime
System.Windows.Media.Animation.IKeyFrame.KeyTime
5 writes to KeyTime
PresentationFramework (5)
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (2)
56
KeyTime
= keyTime;
66
KeyTime
= keyTime;
System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
51
KeyTime
= keyTime;
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (2)
61
KeyTime
= keyTime;
73
KeyTime
= keyTime;
5 references to KeyTime
PresentationFramework (5)
System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (5)
654
KeyTime keyTime = _keyFrames[index].
KeyTime
;
738
KeyTime keyTime = _keyFrames[index].
KeyTime
;
812
KeyTimeType type = _keyFrames[index].
KeyTime
.Type;
912
if (_keyFrames[index].
KeyTime
.Type == KeyTimeType.Paced)
956
&& _keyFrames[index].
KeyTime
.Type == KeyTimeType.Paced);