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