6 references to SplineDoubleKeyFrame
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
451: this() 460: this() 470: this() 492return new SplineDoubleKeyFrame();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9222bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.SplineDoubleKeyFrame(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1550case KnownElements.SplineDoubleKeyFrame: o = new System.Windows.Media.Animation.SplineDoubleKeyFrame(); break;