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