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)
51
KeyTime
= keyTime;
61
KeyTime
= keyTime;
System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
46
KeyTime
= keyTime;
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (2)
51
KeyTime
= keyTime;
63
KeyTime
= keyTime;
5 references to KeyTime
PresentationFramework (5)
System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (5)
653
KeyTime keyTime = _keyFrames[index].
KeyTime
;
737
KeyTime keyTime = _keyFrames[index].
KeyTime
;
809
KeyTimeType type = _keyFrames[index].
KeyTime
.Type;
909
if (_keyFrames[index].
KeyTime
.Type == KeyTimeType.Paced)
953
&& _keyFrames[index].
KeyTime
.Type == KeyTimeType.Paced);