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