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)
53
ColorKeyFrameCollection emptyCollection = new
ColorKeyFrameCollection
85
return new
ColorKeyFrameCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2871
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
ColorKeyFrameCollection
(); },
System\Windows\Markup\KnownTypes.cs (1)
1166
case KnownElements.ColorKeyFrameCollection: o = new System.Windows.Media.Animation.
ColorKeyFrameCollection
(); break;