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