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