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