3 references to ByteAnimationUsingKeyFrames
PresentationCore (1)
System\Windows\Media\Animation\Generated\ByteAnimationUsingKeyFrames.cs (1)
118return new ByteAnimationUsingKeyFrames();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2370bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.ByteAnimationUsingKeyFrames(); };
System\Windows\Markup\KnownTypes.cs (1)
1156case KnownElements.ByteAnimationUsingKeyFrames: o = new System.Windows.Media.Animation.ByteAnimationUsingKeyFrames(); break;