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)
62
PointKeyFrameCollection emptyCollection = new
PointKeyFrameCollection
();
93
return new
PointKeyFrameCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7788
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
PointKeyFrameCollection
(); };
System\Windows\Markup\KnownTypes.cs (1)
1469
case KnownElements.PointKeyFrameCollection: o = new System.Windows.Media.Animation.
PointKeyFrameCollection
(); break;