3 instantiations of QuaternionAnimation
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\QuaternionAnimation.cs (1)
183return new QuaternionAnimation();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8017bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.QuaternionAnimation(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1483case KnownElements.QuaternionAnimation: o = new System.Windows.Media.Animation.QuaternionAnimation(); break;
9 references to QuaternionAnimation
PresentationCore (6)
Core\CSharp\System\Windows\Media\Animation\Generated\QuaternionAnimation.cs (5)
61Type typeofThis = typeof(QuaternionAnimation); 162public new QuaternionAnimation Clone() 164return (QuaternionAnimation)base.Clone(); 417QuaternionAnimation a = (QuaternionAnimation)d;
Core\CSharp\System\Windows\Media\Animation\QuaternionAnimation.cs (1)
29typeof(QuaternionAnimation),
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
587case 495: t = () => typeof(QuaternionAnimation); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8015typeof(System.Windows.Media.Animation.QuaternionAnimation),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6039case KnownElements.QuaternionAnimation: t = typeof(System.Windows.Media.Animation.QuaternionAnimation); break;