5 references to QuaternionKeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\QuaternionAnimationUsingKeyFrames.cs (1)
522
_keyFrames = new
QuaternionKeyFrameCollection
();
System\Windows\Media\Animation\Generated\QuaternionKeyFrameCollection.cs (2)
62
QuaternionKeyFrameCollection emptyCollection = new
QuaternionKeyFrameCollection
();
93
return new
QuaternionKeyFrameCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8083
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
QuaternionKeyFrameCollection
(); };
System\Windows\Markup\KnownTypes.cs (1)
1485
case KnownElements.QuaternionKeyFrameCollection: o = new System.Windows.Media.Animation.
QuaternionKeyFrameCollection
(); break;