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