7 references to QuaternionAnimation
PresentationCore (5)
Core\CSharp\System\Windows\Media\Animation\Generated\QuaternionAnimation.cs (5)
108: this() 120: this() 133: this() 146: this() 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;