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