2 writes to KeyFrames
PresentationCore (1)
System\Windows\Media\Animation\Generated\ByteAnimationUsingKeyFrames.cs (1)
492
KeyFrames
= (ByteKeyFrameCollection)value;
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4223
bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Media.Animation.ByteAnimationUsingKeyFrames)target).
KeyFrames
= (System.Windows.Media.Animation.ByteKeyFrameCollection)value; };
4 references to KeyFrames
PresentationCore (2)
System\Windows\Media\Animation\Generated\ByteAnimationUsingKeyFrames.cs (2)
234
KeyFrames
.Add(keyFrame);
488
return
KeyFrames
;
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4224
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Media.Animation.ByteAnimationUsingKeyFrames)target).
KeyFrames
; };
System\Windows\Markup\KnownTypes.cs (1)
2488
case KnownElements.ByteAnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.ByteAnimationUsingKeyFrames).
KeyFrames
;