2 writes to KeyFrames
PresentationCore (1)
System\Windows\Media\Animation\Generated\CharAnimationUsingKeyFrames.cs (1)
459
KeyFrames
= (CharKeyFrameCollection)value;
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4257
bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Media.Animation.CharAnimationUsingKeyFrames)target).
KeyFrames
= (System.Windows.Media.Animation.CharKeyFrameCollection)value; };
4 references to KeyFrames
PresentationCore (2)
System\Windows\Media\Animation\Generated\CharAnimationUsingKeyFrames.cs (2)
234
KeyFrames
.Add(keyFrame);
455
return
KeyFrames
;
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4258
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Media.Animation.CharAnimationUsingKeyFrames)target).
KeyFrames
; };
System\Windows\Markup\KnownTypes.cs (1)
2489
case KnownElements.CharAnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.CharAnimationUsingKeyFrames).
KeyFrames
;