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