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