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