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