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