2 writes to KeyFrames
PresentationCore (1)
System\Windows\Media\Animation\Generated\Int64AnimationUsingKeyFrames.cs (1)
477
KeyFrames
= (Int64KeyFrameCollection)value;
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
5231
SetDelegate = delegate (object target, object value) { ((System.Windows.Media.Animation.Int64AnimationUsingKeyFrames)target).
KeyFrames
= (System.Windows.Media.Animation.Int64KeyFrameCollection)value; },
4 references to KeyFrames
PresentationCore (2)
System\Windows\Media\Animation\Generated\Int64AnimationUsingKeyFrames.cs (2)
219
KeyFrames
.Add(keyFrame);
473
return
KeyFrames
;
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
5232
GetDelegate = delegate (object target) { return ((System.Windows.Media.Animation.Int64AnimationUsingKeyFrames)target).
KeyFrames
; }
System\Windows\Markup\KnownTypes.cs (1)
2498
case KnownElements.Int64AnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.Int64AnimationUsingKeyFrames).
KeyFrames
;