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