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