3 instantiations of QuaternionAnimation
PresentationCore (1)
System\Windows\Media\Animation\Generated\QuaternionAnimation.cs (1)
181return new QuaternionAnimation();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8021bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.QuaternionAnimation(); };
System\Windows\Markup\KnownTypes.cs (1)
1482case KnownElements.QuaternionAnimation: o = new System.Windows.Media.Animation.QuaternionAnimation(); break;
9 references to QuaternionAnimation
PresentationCore (6)
System\Windows\Media\Animation\Generated\QuaternionAnimation.cs (5)
59Type typeofThis = typeof(QuaternionAnimation); 160public new QuaternionAnimation Clone() 162return (QuaternionAnimation)base.Clone(); 415QuaternionAnimation a = (QuaternionAnimation)d;
System\Windows\Media\Animation\QuaternionAnimation.cs (1)
28typeof(QuaternionAnimation),
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
591case 495: t = () => typeof(QuaternionAnimation); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8019typeof(System.Windows.Media.Animation.QuaternionAnimation),
System\Windows\Markup\KnownTypes.cs (1)
6049case KnownElements.QuaternionAnimation: t = typeof(System.Windows.Media.Animation.QuaternionAnimation); break;