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)
63
QuaternionKeyFrameCollection emptyCollection = new
QuaternionKeyFrameCollection
();
94
return new
QuaternionKeyFrameCollection
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8079
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
QuaternionKeyFrameCollection
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1486
case KnownElements.QuaternionKeyFrameCollection: o = new System.Windows.Media.Animation.
QuaternionKeyFrameCollection
(); break;