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