5 references to SingleKeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\SingleAnimationUsingKeyFrames.cs (1)
511
_keyFrames = new
SingleKeyFrameCollection
();
System\Windows\Media\Animation\Generated\SingleKeyFrameCollection.cs (2)
53
SingleKeyFrameCollection emptyCollection = new
SingleKeyFrameCollection
85
return new
SingleKeyFrameCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9911
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
SingleKeyFrameCollection
(); },
System\Windows\Markup\KnownTypes.cs (1)
1524
case KnownElements.SingleKeyFrameCollection: o = new System.Windows.Media.Animation.
SingleKeyFrameCollection
(); break;