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