3 instantiations of Int32Animation
PresentationCore (1)
System\Windows\Media\Animation\Generated\Int32Animation.cs (1)
170return new Int32Animation();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5635bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.Int32Animation(); };
System\Windows\Markup\KnownTypes.cs (1)
1337case KnownElements.Int32Animation: o = new System.Windows.Media.Animation.Int32Animation(); break;
8 references to Int32Animation
PresentationCore (5)
System\Windows\Media\Animation\Generated\Int32Animation.cs (5)
48Type typeofThis = typeof(Int32Animation); 149public new Int32Animation Clone() 151return (Int32Animation)base.Clone(); 404Int32Animation a = (Int32Animation)d;
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
404case 310: t = () => typeof(Int32Animation); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5633typeof(System.Windows.Media.Animation.Int32Animation),
System\Windows\Markup\KnownTypes.cs (1)
5864case KnownElements.Int32Animation: t = typeof(System.Windows.Media.Animation.Int32Animation); break;