3 instantiations of QuaternionAnimation
PresentationCore (1)
System\Windows\Media\Animation\Generated\QuaternionAnimation.cs (1)
170return new QuaternionAnimation();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8851DefaultConstructor = delegate () { return new System.Windows.Media.Animation.QuaternionAnimation(); },
System\Windows\Markup\KnownTypes.cs (1)
1475case KnownElements.QuaternionAnimation: o = new System.Windows.Media.Animation.QuaternionAnimation(); break;
9 references to QuaternionAnimation
PresentationCore (6)
System\Windows\Media\Animation\Generated\QuaternionAnimation.cs (5)
48Type typeofThis = typeof(QuaternionAnimation); 149public new QuaternionAnimation Clone() 151return (QuaternionAnimation)base.Clone(); 404QuaternionAnimation a = (QuaternionAnimation)d;
System\Windows\Media\Animation\QuaternionAnimation.cs (1)
25typeof(QuaternionAnimation),
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
588case 495: t = () => typeof(QuaternionAnimation); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8848typeof(System.Windows.Media.Animation.QuaternionAnimation),
System\Windows\Markup\KnownTypes.cs (1)
6042case KnownElements.QuaternionAnimation: t = typeof(System.Windows.Media.Animation.QuaternionAnimation); break;