5 references to VectorKeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\VectorAnimationUsingKeyFrames.cs (1)
522
_keyFrames = new
VectorKeyFrameCollection
();
System\Windows\Media\Animation\Generated\VectorKeyFrameCollection.cs (2)
62
VectorKeyFrameCollection emptyCollection = new
VectorKeyFrameCollection
();
93
return new
VectorKeyFrameCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11095
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
VectorKeyFrameCollection
(); };
System\Windows\Markup\KnownTypes.cs (1)
1651
case KnownElements.VectorKeyFrameCollection: o = new System.Windows.Media.Animation.
VectorKeyFrameCollection
(); break;