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