3 instantiations of Int32Animation
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\Int32Animation.cs (1)
183return new Int32Animation();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5633bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.Int32Animation(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1338case KnownElements.Int32Animation: o = new System.Windows.Media.Animation.Int32Animation(); break;
8 references to Int32Animation
PresentationCore (5)
Core\CSharp\System\Windows\Media\Animation\Generated\Int32Animation.cs (5)
61Type typeofThis = typeof(Int32Animation); 162public new Int32Animation Clone() 164return (Int32Animation)base.Clone(); 417Int32Animation a = (Int32Animation)d;
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
402case 310: t = () => typeof(Int32Animation); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5631typeof(System.Windows.Media.Animation.Int32Animation),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5854case KnownElements.Int32Animation: t = typeof(System.Windows.Media.Animation.Int32Animation); break;