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