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