2 references to QuaternionAnimation
PresentationFramework (2)
src\Framework\System\Windows\Markup\KnownTypes.cs (2)
1483case KnownElements.QuaternionAnimation: o = new System.Windows.Media.Animation.QuaternionAnimation(); break; 6039case KnownElements.QuaternionAnimation: t = typeof(System.Windows.Media.Animation.QuaternionAnimation); break;