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