5 references to PointKeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\PointAnimationUsingKeyFrames.cs (1)
522_keyFrames = new PointKeyFrameCollection();
System\Windows\Media\Animation\Generated\PointKeyFrameCollection.cs (2)
62PointKeyFrameCollection emptyCollection = new PointKeyFrameCollection(); 93return new PointKeyFrameCollection();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7788bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.PointKeyFrameCollection(); };
System\Windows\Markup\KnownTypes.cs (1)
1469case KnownElements.PointKeyFrameCollection: o = new System.Windows.Media.Animation.PointKeyFrameCollection(); break;