5 references to QuaternionKeyFrameCollection
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\Generated\QuaternionAnimationUsingKeyFrames.cs (1)
530_keyFrames = new QuaternionKeyFrameCollection();
Core\CSharp\System\Windows\Media\Animation\Generated\QuaternionKeyFrameCollection.cs (2)
63QuaternionKeyFrameCollection emptyCollection = new QuaternionKeyFrameCollection(); 94return new QuaternionKeyFrameCollection();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8079bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.QuaternionKeyFrameCollection(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1486case KnownElements.QuaternionKeyFrameCollection: o = new System.Windows.Media.Animation.QuaternionKeyFrameCollection(); break;