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