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