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