3 instantiations of Int16Animation
PresentationCore (1)
System\Windows\Media\Animation\Generated\Int16Animation.cs (1)
181return new Int16Animation();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5549bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.Int16Animation(); };
System\Windows\Markup\KnownTypes.cs (1)
1333case KnownElements.Int16Animation: o = new System.Windows.Media.Animation.Int16Animation(); break;
8 references to Int16Animation
PresentationCore (5)
System\Windows\Media\Animation\Generated\Int16Animation.cs (5)
59Type typeofThis = typeof(Int16Animation); 160public new Int16Animation Clone() 162return (Int16Animation)base.Clone(); 415Int16Animation a = (Int16Animation)d;
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
399case 303: t = () => typeof(Int16Animation); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5547typeof(System.Windows.Media.Animation.Int16Animation),
System\Windows\Markup\KnownTypes.cs (1)
5857case KnownElements.Int16Animation: t = typeof(System.Windows.Media.Animation.Int16Animation); break;