5 references to Rotation3DKeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\Rotation3DAnimationUsingKeyFrames.cs (1)
508
_keyFrames = new
Rotation3DKeyFrameCollection
();
System\Windows\Media\Animation\Generated\Rotation3DKeyFrameCollection.cs (2)
54
Rotation3DKeyFrameCollection emptyCollection = new
Rotation3DKeyFrameCollection
86
return new
Rotation3DKeyFrameCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9456
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
Rotation3DKeyFrameCollection
(); },
System\Windows\Markup\KnownTypes.cs (1)
1505
case KnownElements.Rotation3DKeyFrameCollection: o = new System.Windows.Media.Animation.
Rotation3DKeyFrameCollection
(); break;