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