3 instantiations of LinearQuaternionKeyFrame
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
767return new LinearQuaternionKeyFrame();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6317bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.LinearQuaternionKeyFrame(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1380case KnownElements.LinearQuaternionKeyFrame: o = new System.Windows.Media.Animation.LinearQuaternionKeyFrame(); break;
4 references to LinearQuaternionKeyFrame
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\LinearQuaternionKeyFrame.cs (1)
32typeof(LinearQuaternionKeyFrame),
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
456case 364: t = () => typeof(LinearQuaternionKeyFrame); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6315typeof(System.Windows.Media.Animation.LinearQuaternionKeyFrame),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5908case KnownElements.LinearQuaternionKeyFrame: t = typeof(System.Windows.Media.Animation.LinearQuaternionKeyFrame); break;